Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2011 09:21:11 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217187 - head/etc/defaults
Message-ID:  <201101090921.p099LBuw036520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Sun Jan  9 09:21:11 2011
New Revision: 217187
URL: http://svn.freebsd.org/changeset/base/217187

Log:
  Replace nfs4 with newnfs in netfs_types. nfs4 was removed in r192578 and
  mount(8) has supported newnfs since r192930.
  
  PR:		conf/153655
  Submitted by:	Anonymous <swell.k@gmail.com>
  MFC after:	3 weeks

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Sun Jan  9 08:54:57 2011	(r217186)
+++ head/etc/defaults/rc.conf	Sun Jan  9 09:21:11 2011	(r217187)
@@ -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?201101090921.p099LBuw036520>