misc/163727: The mountlate RCNG boot script cannot be disabled
Devin Teske
devin.teske at fisglobal.com
Sat Dec 31 04:50:15 UTC 2011
The following reply was made to PR misc/163727; it has been noted by GNATS.
From: Devin Teske <devin.teske at fisglobal.com>
To: <bug-followup at FreeBSD.org>, <dteske at vicor.com>
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--
More information about the freebsd-bugs
mailing list