]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix indentation in etc/rc.d/fsck.
authorvangyzen <vangyzen@FreeBSD.org>
Mon, 12 Oct 2015 14:23:10 +0000 (14:23 +0000)
committervangyzen <vangyzen@FreeBSD.org>
Mon, 12 Oct 2015 14:23:10 +0000 (14:23 +0000)
MFC after: 3 days
Sponsored by: Dell Inc.

etc/rc.d/fsck

index ad06106789e14eaad45a4e30e1a23c5133ccbbd8..7cfa406306f4547f83dc1db2ef7fca67ee27b89b 100755 (executable)
@@ -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:"