On Fri, Mar 7, 2014 at 4:35 PM, Warner Losh <i...@bsdimp.com> wrote: > > On Mar 7, 2014, at 4:30 PM, Alan Somers <asom...@freebsd.org> wrote: > >> Author: asomers >> Date: Fri Mar 7 23:30:48 2014 >> New Revision: 262914 >> URL: http://svnweb.freebsd.org/changeset/base/262914 >> >> Log: >> sbin/devd/devd.8 >> sbin/devd/devd.cc >> Add a -q flag to devd that will suppress syslog logging at >> LOG_NOTICE or below. > > This also changes the logging from debug to no_daemon... Was that > intentional?
Yes. It's just a name change for the variable. I didn't change what the variable does. As the man page says, it causes devd to both run in the foreground and log more verbosely. IMHO, running in the foreground is the more significant effect. > >> Requested by: ian@ and imp@ >> MFC after: 3 weeks >> Sponsored by: Spectra Logic Corporation >> >> Modified: >> head/sbin/devd/devd.8 >> head/sbin/devd/devd.cc >> head/sys/kern/uipc_usrreq.c >> head/sys/sys/sockbuf.h >> head/sys/sys/unpcb.h > > I don't think the sys files should have been committed in the same commit, > since those are clearly unrelated. Yep. I suck. See r262915. -Alan _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"