svn commit: r290037 - stable/9/etc/rc.d
Eric van Gyzen
vangyzen at FreeBSD.org
Tue Oct 27 03:02:50 UTC 2015
Author: vangyzen
Date: Tue Oct 27 03:02:48 2015
New Revision: 290037
URL: https://svnweb.freebsd.org/changeset/base/290037
Log:
MFC r289186: Fix indentation in etc/rc.d/fsck.
Modified:
stable/9/etc/rc.d/fsck
Directory Properties:
stable/9/etc/ (props changed)
stable/9/etc/rc.d/ (props changed)
Modified: stable/9/etc/rc.d/fsck
==============================================================================
--- stable/9/etc/rc.d/fsck Tue Oct 27 02:52:05 2015 (r290036)
+++ stable/9/etc/rc.d/fsck Tue Oct 27 03:02:48 2015 (r290037)
@@ -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:"
More information about the svn-src-stable-9
mailing list