Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: sharesrc/share/sushi/system/rcconf
Module Name: sharesrc
Committed By: lukem
Date: Wed Mar 27 08:53:44 UTC 2002
Modified Files:
basesrc/etc: rc.subr
basesrc/etc/defaults: rc.conf
basesrc/etc/rc.d: mountcritlocal mountcritremote
sharesrc/share/man/man5: rc.conf.5
sharesrc/share/man/man8: rc.subr.8
sharesrc/share/sushi/system/rcconf: form
Log Message:
Replace $critical_filesystems_beforenet with $critical_filesystems_local .
Replace $critical_filesystems with $critical_filesystems_remote .
The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.
For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 basesrc/etc/rc.subr
cvs rdiff -r1.33 -r1.34 basesrc/etc/defaults/rc.conf
cvs rdiff -r1.5 -r1.6 basesrc/etc/rc.d/mountcritlocal \
basesrc/etc/rc.d/mountcritremote
cvs rdiff -r1.56 -r1.57 sharesrc/share/man/man5/rc.conf.5
cvs rdiff -r1.6 -r1.7 sharesrc/share/man/man8/rc.subr.8
cvs rdiff -r1.5 -r1.6 sharesrc/share/sushi/system/rcconf/form
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index