Date: Mon, 03 Jan 2011 21:15:02 +0300 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: conf/153655: [rc.d][patch] substitute nfs4 with newnfs in netfs_types Message-ID: <86aajh7t21.fsf@gmail.com> Resent-Message-ID: <201101031820.p03IK8Bb020917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 153655 >Category: conf >Synopsis: [rc.d][patch] substitute nfs4 with newnfs in netfs_types >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-rc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 03 18:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: >Description: - 'nfs4' fstype was removed per r192578 (2009-05-22) - 'newnfs' fstype was added per r192930 (2009-05-27) >How-To-Repeat: >Fix: --- a.diff begins here --- Index: etc/defaults/rc.conf =================================================================== --- etc/defaults/rc.conf (revision 216917) +++ etc/defaults/rc.conf (working copy) @@ -89,7 +92,7 @@ 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). --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86aajh7t21.fsf>
