aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-12-27 13:41:27 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-12-27 13:41:27 +0000
commitd7fb353a4328df9c8f3d2b4735313e36f794538e (patch)
tree69e6a4dfd4e1e8c2aab2a8a47eeb1b5f7763d5cb /etc/defaults
parentca33a43ede6dbaf0049a29341bceeb0f13496eff (diff)
Notes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index aeeaea824ace..1f759af7b210 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -36,6 +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.
##############################################################
### Network configuration sub-section ######################