svn commit: r218197 - stable/8/etc/defaults

Jaakko Heinonen jh at FreeBSD.org
Wed Feb 2 17:31:01 UTC 2011


Author: jh
Date: Wed Feb  2 17:31:01 2011
New Revision: 218197
URL: http://svn.freebsd.org/changeset/base/218197

Log:
  MFC r217187:
  
  Replace nfs4 with newnfs in netfs_types. nfs4 was removed in r192578 and
  mount(8) has supported newnfs since r192930.
  
  PR:		conf/153655

Modified:
  stable/8/etc/defaults/rc.conf
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/defaults/rc.conf
==============================================================================
--- stable/8/etc/defaults/rc.conf	Wed Feb  2 17:01:26 2011	(r218196)
+++ stable/8/etc/defaults/rc.conf	Wed Feb  2 17:31:01 2011	(r218197)
@@ -89,7 +89,7 @@ fsck_y_enable="NO"	# Set to YES to do fs
 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).
 


More information about the svn-src-stable-8 mailing list