From owner-freebsd-rc@FreeBSD.ORG Mon Jan 3 18:20:08 2011 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D32E1065672 for ; Mon, 3 Jan 2011 18:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A7C18FC17 for ; Mon, 3 Jan 2011 18:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p03IK8O7020918 for ; Mon, 3 Jan 2011 18:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p03IK8Bb020917; Mon, 3 Jan 2011 18:20:08 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jan 2011 18:20:08 GMT Resent-Message-Id: <201101031820.p03IK8Bb020917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-rc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0770106566B for ; Mon, 3 Jan 2011 18:16:27 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 85D7D8FC18 for ; Mon, 3 Jan 2011 18:16:27 +0000 (UTC) Received: by wyf19 with SMTP id 19so13546616wyf.13 for ; Mon, 03 Jan 2011 10:16:26 -0800 (PST) Received: by 10.216.13.134 with SMTP id b6mr24249677web.25.1294078586412; Mon, 03 Jan 2011 10:16:26 -0800 (PST) Received: from localhost (server51262.uk2net.com [83.170.92.9]) by mx.google.com with ESMTPS id n1sm10016211weq.31.2011.01.03.10.16.23 (version=SSLv3 cipher=RC4-MD5); Mon, 03 Jan 2011 10:16:25 -0800 (PST) Message-Id: <86aajh7t21.fsf@gmail.com> Date: Mon, 03 Jan 2011 21:15:02 +0300 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: conf/153655: [rc.d][patch] substitute nfs4 with newnfs in netfs_types X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 18:20:08 -0000 >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: