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:
parent
edfe5cffff
commit
cfab43190a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100790
@ -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=":"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user