diff options
author | dd <dd@FreeBSD.org> | 2002-10-12 07:21:18 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-10-12 07:21:18 +0000 |
commit | 17052f13f456d1f964698ad1069ff93fb90d43ae (patch) | |
tree | 863a21e692a93f9ba12cf05977b1e2e4f5d526ed /etc | |
parent | 192c891c08c3159989395183389f86d93513c19c (diff) | |
download | FreeBSD-src-17052f13f456d1f964698ad1069ff93fb90d43ae.zip FreeBSD-src-17052f13f456d1f964698ad1069ff93fb90d43ae.tar.gz |
Aesthetics: Most (all?) other messages output at boot time have
trailing periods, so why shouldn't this one?
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |