cvs commit: src/etc rc.subr
Mike Makonnen
mtm at FreeBSD.org
Mon Jun 9 10:31:07 PDT 2003
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
More information about the cvs-src
mailing list