svn commit: r290036 - stable/10/etc/rc.d

Eric van Gyzen vangyzen at FreeBSD.org
Tue Oct 27 02:52:06 UTC 2015


Author: vangyzen
Date: Tue Oct 27 02:52:05 2015
New Revision: 290036
URL: https://svnweb.freebsd.org/changeset/base/290036

Log:
  Fix indentation in etc/rc.d/fsck.

Modified:
  stable/10/etc/rc.d/fsck
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/rc.d/fsck
==============================================================================
--- stable/10/etc/rc.d/fsck	Tue Oct 27 02:04:21 2015	(r290035)
+++ stable/10/etc/rc.d/fsck	Tue Oct 27 02:52:05 2015	(r290036)
@@ -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-all mailing list