Date: Sat, 29 Dec 2001 11:42:55 -0800 (PST) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 Message-ID: <200112291942.fBTJgtp18862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 2001/12/29 11:42:55 PST
Modified files:
etc rc
etc/defaults rc.conf
share/man/man5 rc.conf.5
Log:
Don't require operators to override the list of network filesystem
types (networkfs_types) with a version that includes the original
list.
This increases the scope for user error and also means that systems with
networkfs_types set in /etc/rc.conf will not benefit from changes to the
list in /etc/defaults/rc.conf on upgrade.
Instead, store the default list in /etc/rc itself and allow the operator
to append to that list by specifying her own list in networkfs_types.
Rename networkfs_types to extra_netfs_types accordingly, as the new name
better describes the purpose of the variable. Default the value to
'NO'.
Revision Changes Path
1.136 +3 -3 src/etc/defaults/rc.conf
1.291 +12 -4 src/etc/rc
1.146 +12 -4 src/share/man/man5/rc.conf.5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112291942.fBTJgtp18862>
