diff options
author | rees <rees@FreeBSD.org> | 2004-12-01 22:05:50 +0000 |
---|---|---|
committer | rees <rees@FreeBSD.org> | 2004-12-01 22:05:50 +0000 |
commit | 5ac4dbe5642654e9d440380fedd893612cffa07c (patch) | |
tree | 4553d6c02a3c6e435c52eb11466343babfacc4e8 /etc/defaults/rc.conf | |
parent | ed03a6d55bb35df253fb4b9e504a1f3f6cc3de96 (diff) | |
download | FreeBSD-src-5ac4dbe5642654e9d440380fedd893612cffa07c.zip FreeBSD-src-5ac4dbe5642654e9d440380fedd893612cffa07c.tar.gz |
Add nfs4 to list of net filesystems.
Approved by: alfred
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 92136e3..835e10f 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -61,7 +61,7 @@ root_rw_mount="YES" # Set to NO to inhibit remounting root read-write. 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. background_fsck_delay="60" # Time to wait (seconds) before starting the fsck. -netfs_types="nfs:NFS smbfs:SMB portalfs:PORTAL nwfs:NWFS" # Net filesystems. +netfs_types="nfs:NFS nfs4:NFS4 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). |