summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-07-28 03:38:10 +0000
committerdd <dd@FreeBSD.org>2002-07-28 03:38:10 +0000
commit6f27324be28760db3674ef2f4a265884e4963683 (patch)
tree2620bb269674f5d2a7abb8016e5c804c79b989a2 /etc
parentb61bd3d17427fa3e9868bc373fd6a88600e450a2 (diff)
downloadFreeBSD-src-6f27324be28760db3674ef2f4a265884e4963683.zip
FreeBSD-src-6f27324be28760db3674ef2f4a265884e4963683.tar.gz
Add a period to the end of the "starting" message to be consistent
with the rest of the output during a boot.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/bgfsck2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/bgfsck b/etc/rc.d/bgfsck
index ae081f0..f032473 100644
--- a/etc/rc.d/bgfsck
+++ b/etc/rc.d/bgfsck
@@ -11,7 +11,7 @@
name="background-fsck"
rcvar="background_fsck"
-start_precmd="echo 'Starting background file system checks'"
+start_precmd="echo 'Starting background file system checks.'"
start_cmd="nice -4 fsck -B -p 2>&1 | logger -p daemon.notice &"
stop_cmd=":"
OpenPOWER on IntegriCloud