diff options
| author | Jaakko Heinonen <jh@FreeBSD.org> | 2011-01-09 09:21:11 +0000 |
|---|---|---|
| committer | Jaakko Heinonen <jh@FreeBSD.org> | 2011-01-09 09:21:11 +0000 |
| commit | 1fdd33fd3188e60de2a0156d74ba93affb2ed759 (patch) | |
| tree | 660958306c94f7138a665ce1cf25ac80534617f9 | |
| parent | 8779d9c96377cdd47545f6d3b9b5cce3270778f3 (diff) | |
Notes
| -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 e542f9b0f45e..703cebc0a969 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). |
