summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-29 19:42:55 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-12-29 19:42:55 +0000
commitf615512e4a933fd8b368388f25bf20767a69d303 (patch)
tree045998e6464663a9cebd8b76665b239d9b214902 /etc/defaults
parentef6370195bb01db7d0549e9f701ac500fb5b2332 (diff)
downloadFreeBSD-src-f615512e4a933fd8b368388f25bf20767a69d303.zip
FreeBSD-src-f615512e4a933fd8b368388f25bf20767a69d303.tar.gz
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'.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 1f759af..9d53cae 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -36,8 +36,8 @@ script_name_sep=" " # Change if your startup scripts' names contain spaces
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
background_fsck="YES" # Attempt to run fsck in the background where possible.
-networkfs_types="nfs:NFS smbfs:SMB portalfs:PORTAL" # List of network
- # filesystem types for delayed mount at startup.
+extra_netfs_types="NO" # List of network extra filesystem types for delayed
+ # mount at startup (or NO).
##############################################################
### Network configuration sub-section ######################
OpenPOWER on IntegriCloud