From 6f27324be28760db3674ef2f4a265884e4963683 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 28 Jul 2002 03:38:10 +0000 Subject: Add a period to the end of the "starting" message to be consistent with the rest of the output during a boot. --- etc/rc.d/bgfsck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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=":" -- cgit v1.1