cvs commit: src/etc/defaults rc.conf src/etc/rc.d abi cleanvar
cleartmp src/share/man/man5 rc.conf.5
Doug Barton
dougb at FreeBSD.org
Mon Dec 19 02:57:03 PST 2005
dougb 2005-12-19 10:57:00 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
etc/rc.d abi cleanvar cleartmp
share/man/man5 rc.conf.5
Log:
Clear up problems with /etc/rc.d/{abi|cleanvar|cleartmp} brought
to light by the PR. Specifically, convert these three scripts
into good rc.d citizens, making sure that their functionality
is preserved, but the rc.d framework rules are not broken.
Add support for cleanvar as a regular rc.d script in the
default rc.conf, and document this in the man page.
Add a descriptive comment to rc.conf that regarding the
three emulation/compatibility services provided by abi
so users will not be confused by these services not having
their own startup scripts.
PR: conf/84574
Submitted by: Alexander Botero-Lowry
Revision Changes Path
1.268 +4 -0 src/etc/defaults/rc.conf
1.5 +19 -20 src/etc/rc.d/abi
1.11 +36 -16 src/etc/rc.d/cleanvar
1.13 +12 -11 src/etc/rc.d/cleartmp
1.274 +6 -1 src/share/man/man5/rc.conf.5
More information about the cvs-src
mailing list