summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/fsck
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/fsck')
-rwxr-xr-xetc/rc.d/fsck2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/fsck b/etc/rc.d/fsck
index ad06106..7cfa406 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:"
OpenPOWER on IntegriCloud