aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJaakko Heinonen <jh@FreeBSD.org>2011-02-02 17:31:01 +0000
committerJaakko Heinonen <jh@FreeBSD.org>2011-02-02 17:31:01 +0000
commita7d2c15122256853c1dbc8b225682b90cf6af8b4 (patch)
tree72a98ae651a40b0ea61eef5979665c6b1bc72889 /etc
parent3f29edc5231f19d017606f6e57a86189aca78065 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index d3b26c03cd27..b36c61f7b40d 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -89,7 +89,7 @@ fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
fsck_y_flags="" # Additional flags for fsck -y
background_fsck="YES" # Attempt to run fsck in the background where possible.
background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
-netfs_types="nfs:NFS nfs4:NFS4 smbfs:SMB portalfs:PORTAL nwfs:NWFS" # Net filesystems.
+netfs_types="nfs:NFS newnfs:NEWNFS smbfs:SMB portalfs:PORTAL nwfs:NWFS" # Net filesystems.
extra_netfs_types="NO" # List of network extra filesystem types for delayed
# mount at startup (or NO).