Fix indentation in etc/rc.d/fsck.

MFC after:	3 days
Sponsored by:	Dell Inc.
This commit is contained in:
Eric van Gyzen 2015-10-12 14:23:10 +00:00
parent af80ed6add
commit b7359cb33c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289186

View File

@ -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:"