diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2011-06-11 21:14:22 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2011-06-11 21:14:22 +0000 |
commit | 0468d6a40f7c937d287f5633b9a7edc866f11f7d (patch) | |
tree | 5d54f145542ba23cbfae4d1ecd6bd689deac0e8a /etc/defaults | |
parent | 6b9465356dffc3a21819f75f370e97cf00aa750d (diff) | |
download | FreeBSD-src-0468d6a40f7c937d287f5633b9a7edc866f11f7d.zip FreeBSD-src-0468d6a40f7c937d287f5633b9a7edc866f11f7d.tar.gz |
Make three one line changes to the rc scripts so that
they work with the new NFS client being the default,
since the new NFS client's module name is nfscl and
not nfsclient.
Diffstat (limited to 'etc/defaults')
-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 0fa9004..2faf7fb 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 newnfs:NEWNFS smbfs:SMB portalfs:PORTAL nwfs:NWFS" # Net filesystems. +netfs_types="nfs:NFS oldnfs:OLDNFS 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). |