Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 04:50:15 GMT
From:      Devin Teske <devin.teske@fisglobal.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/163727: The mountlate RCNG boot script cannot be disabled
Message-ID:  <201112310450.pBV4oFtv074374@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/163727; it has been noted by GNATS.

From: Devin Teske <devin.teske@fisglobal.com>
To: <bug-followup@FreeBSD.org>, <dteske@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112310450.pBV4oFtv074374>