Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2011 17:31:01 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r218197 - stable/8/etc/defaults
Message-ID:  <201102021731.p12HV19x016497@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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).
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102021731.p12HV19x016497>