mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Fix indentation in etc/rc.d/fsck.
MFC after: 3 days Sponsored by: Dell Inc.
This commit is contained in:
parent
af80ed6add
commit
b7359cb33c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289186
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user