From b7359cb33c345507b3b7b895b065ca8406a6ea77 Mon Sep 17 00:00:00 2001 From: Eric van Gyzen Date: Mon, 12 Oct 2015 14:23:10 +0000 Subject: [PATCH] Fix indentation in etc/rc.d/fsck. MFC after: 3 days Sponsored by: Dell Inc. --- etc/rc.d/fsck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/fsck b/etc/rc.d/fsck index ad06106789e..7cfa406306f 100755 --- a/etc/rc.d/fsck +++ b/etc/rc.d/fsck @@ -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:"