Date: Mon, 23 Jun 2008 05:09:10 +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.subr Message-ID: <200806230509.m5N59DcR088256@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2008-06-23 05:09:10 UTC FreeBSD src repository Modified files: etc rc.subr Log: SVN rev 179946 on 2008-06-23 05:09:10Z by mtm Move the diagnostic output when the rc.subr(8) glue automatically starts a service behind $rc_quiet. Instead, output a warning if the pre-command routine or the command itself failed. Arguably, it's more useful to know when a command failed to start than it is to have an endless list of "Starting ...." lines[1]. [1] - This change actually helped me to discover a bug in rc.d/{lockd,statd} (fixed in r179941) that used to fail silently before. Revision Changes Path 1.86 +9 -3 src/etc/rc.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806230509.m5N59DcR088256>