cvs commit: src/etc rc rc.subr src/etc/rc.d netif

Mike Makonnen mtm at FreeBSD.org
Sat Jan 26 03:22:12 PST 2008


mtm         2008-01-26 11:22:12 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc rc.subr 
    etc/rc.d             netif 
  Log:
  Re-implement: do not silently fail when a command is not carried
  out because the rc.conf(5) variable was not enabled. Display a
  message that the command wasn't run and offer suggestions on
  what the user can do.
  
  Implement a quiet prefix, which will disable some diagnostics. The
  fast prefix also implies quiet. During boot we use either fast or
  quiet. For shutdown we already use 'faststop'. So, this informational
  message should only appear during interactive use.
  
  An additional benefit of having a quiet prefix is that we can start
  putting some of our diagnostic messages behind this knob and start
  "de-cluttering" the console during boot and shutdown.
  
  Revision  Changes    Path
  1.341     +1 -1      src/etc/rc
  1.25      +1 -1      src/etc/rc.d/netif
  1.80      +16 -1     src/etc/rc.subr


More information about the cvs-all mailing list