1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Aesthetics: Most (all?) other messages output at boot time have

trailing periods, so why shouldn't this one?
This commit is contained in:
Dima Dorfman 2002-10-12 07:21:18 +00:00
parent 7229a4a23f
commit 605cf4c8a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104972

2
etc/rc
View File

@ -93,7 +93,7 @@ case ${rc_ng} in
if [ $? -eq 2 ]; then
unset _rc_conf_loaded
load_rc_config 'XXX'
echo "Reloading rc.conf"
echo "Reloading rc.conf."
fi
done