Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   apb
Date:           Mon Sep 14 12:05:12 UTC 2009

Modified Files:
        src/etc: rc.subr
        src/etc/defaults: rc.conf
        src/share/man/man5: rc.conf.5

Log Message:
Add the ability for file systems mounted via mount_critical_filesystems()
in rc.subr to be marked as optional.  This means that it's not an
error if the file system is not mentioned in /etc/fstab.  It is
still an error if something else goes wrong.

Change the defaults for these two variables in /etc/defaults/rc.conf:
critical_filesystems_local="OPTIONAL:/var"
critical_filesystems_remote="OPTIONAL:/usr"


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/etc/rc.subr
cvs rdiff -u -r1.105 -r1.106 src/etc/defaults/rc.conf
cvs rdiff -u -r1.134 -r1.135 src/share/man/man5/rc.conf.5

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