Add a period to the end of the "starting" message to be consistent

with the rest of the output during a boot.
This commit is contained in:
Dima Dorfman 2002-07-28 03:38:10 +00:00
parent edfe5cffff
commit cfab43190a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100790

View File

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