svn commit: r294022 - head/etc/rc.d

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Jan 14 16:55:08 UTC 2016


Author: trasz
Date: Thu Jan 14 16:55:07 2016
New Revision: 294022
URL: https://svnweb.freebsd.org/changeset/base/294022

Log:
  Wrap overlong comment lines.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/etc/rc.d/mountcritlocal

Modified: head/etc/rc.d/mountcritlocal
==============================================================================
--- head/etc/rc.d/mountcritlocal	Thu Jan 14 16:53:17 2016	(r294021)
+++ head/etc/rc.d/mountcritlocal	Thu Jan 14 16:55:07 2016	(r294022)
@@ -36,12 +36,12 @@ mountcritlocal_start()
 	done
 	mount_excludes=${mount_excludes%,}
 
-	# Originally, root mount hold had to be released before mounting the root
-	# filesystem.  This delayed the boot, so it was changed to only wait if
-	# the root device isn't readily available.  This can result in this script
-	# executing before all the devices - such as graid(8) - are available.
-	# Thus, should the mount fail, we will wait for the root mount hold release
-	# and retry.
+	# Originally, root mount hold had to be released before mounting
+	# the root filesystem.  This delayed the boot, so it was changed
+	# to only wait if the root device isn't readily available.  This
+	# can result in this script executing before all the devices - such
+	# as graid(8) - are available.  Thus, should the mount fail,
+	# we will wait for the root mount hold release and retry.
 	mount -a -t ${mount_excludes}
 	err=$?
 	if [ ${err} -ne 0 ]; then


More information about the svn-src-head mailing list