Date: Mon, 9 Jun 2003 10:31:06 -0700 (PDT) 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: <200306091731.h59HV6BZ096097@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/06/09 10:31:06 PDT
FreeBSD src repository
Modified files:
etc rc.subr
Log:
Previously, a "forced" command always exited successfully (with the
exception of the default 'status' command) regardless of whether the
executed command was actually successfull or not. Forced scripts should
always correctly reflect the outcome of the command.
NOTE: exit values are treated as booleans. We don't care what
the actual exit value was, only whether it was successfull or not.
Revision Changes Path
1.13 +68 -40 src/etc/rc.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306091731.h59HV6BZ096097>
