Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2015 14:23:10 +0000 (UTC)
From:      Eric van Gyzen <vangyzen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289186 - head/etc/rc.d
Message-ID:  <201510121423.t9CENAmE019851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:"



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