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

Eric van Gyzen vangyzen at FreeBSD.org
Mon Oct 12 14:23:12 UTC 2015


Author: vangyzen
Date: Mon Oct 12 14:23:10 2015
New Revision: 289186
URL: https://svnweb.freebsd.org/changeset/base/289186

Log:
  Fix indentation in etc/rc.d/fsck.
  
  MFC after:	3 days
  Sponsored by:	Dell Inc.

Modified:
  head/etc/rc.d/fsck

Modified: head/etc/rc.d/fsck
==============================================================================
--- head/etc/rc.d/fsck	Mon Oct 12 14:23:00 2015	(r289185)
+++ head/etc/rc.d/fsck	Mon Oct 12 14:23:10 2015	(r289186)
@@ -20,7 +20,7 @@ fsck_start()
 	elif [ ! -r /etc/fstab ]; then
 		echo "Warning! No /etc/fstab: skipping disk checks."
 	elif [ "$autoboot" = yes ]; then
-					# During fsck ignore SIGQUIT
+		# During fsck ignore SIGQUIT
 		trap : 3
 
 		check_startmsgs && echo "Starting file system checks:"


More information about the svn-src-head mailing list