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:"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to