From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 31 04:50:15 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90424106566B for ; Sat, 31 Dec 2011 04:50:15 +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 7EA9D8FC08 for ; Sat, 31 Dec 2011 04:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBV4oFvB074375 for ; Sat, 31 Dec 2011 04:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBV4oFtv074374; Sat, 31 Dec 2011 04:50:15 GMT (envelope-from gnats) Date: Sat, 31 Dec 2011 04:50:15 GMT Message-Id: <201112310450.pBV4oFtv074374@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Devin Teske Cc: Subject: Re: misc/163727: The mountlate RCNG boot script cannot be disabled X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Devin Teske List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2011 04:50:15 -0000 The following reply was made to PR misc/163727; it has been noted by GNATS. From: Devin Teske To: , Cc: Subject: Re: misc/163727: The mountlate RCNG boot script cannot be disabled Date: Fri, 30 Dec 2011 20:48:48 -0800 --Apple-Mail-3--892621912 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Attach proper patch.txt. _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. --Apple-Mail-3--892621912 Content-Disposition: attachment; filename="patch.txt" Content-Type: text/plain; x-unix-mode=0664; name="patch.txt" Content-Transfer-Encoding: quoted-printable --- etc/defaults/rc.conf.orig Fri Dec 2 11:21:08 2011 +++ etc/defaults/rc.conf Fri Dec 2 11:22:31 2011 @@ -93,6 +93,7 @@ netfs_types=3D"nfs:NFS oldnfs:OLDNFS smbfs:SMB portalfs:PORTAL = nwfs:NWFS" # Net filesystems. extra_netfs_types=3D"NO" # List of network extra filesystem types = for delayed # mount at startup (or NO). +mountlate_enable=3D"YES" # Mount critical late/remaining = filesystems in fstab(5) =20 ############################################################## ### Network configuration sub-section ###################### --- etc/rc.d/mountlate.orig Fri Dec 2 11:19:51 2011 +++ etc/rc.d/mountlate Fri Dec 2 11:20:28 2011 @@ -11,6 +11,7 @@ . /etc/rc.subr =20 name=3D"mountlate" +rcvar=3D"`set_rcvar`" start_cmd=3D"mountlate_start" stop_cmd=3D":" =20 --Apple-Mail-3--892621912--