Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2008 11:22:12 +0000 (UTC)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc rc.subr src/etc/rc.d netif
Message-ID:  <200801261122.m0QBMClS074435@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801261122.m0QBMClS074435>