diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-08-18 10:34:11 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-08-18 10:34:11 +0000 |
commit | 53ac8dc80c5112cda71694a344190c8857ca5a9c (patch) | |
tree | 83ed0b7d811fa47e807c220f1c697f96ae7add53 /etc | |
parent | 6dde24da5e3901df2e177767ae7d374fb70262ff (diff) | |
download | FreeBSD-src-53ac8dc80c5112cda71694a344190c8857ca5a9c.zip FreeBSD-src-53ac8dc80c5112cda71694a344190c8857ca5a9c.tar.gz |
Remove an unwanted space from the "Shutting down daemon processes"
message.
PR: 20692
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 6c54aec..2c1ae9a 100644 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -52,7 +52,7 @@ reboot) ;; esac -echo -n "Shutting down daemon processes: " +echo -n "Shutting down daemon processes:" # for each valid dir in $local_startup, search for init scripts matching *.sh case ${local_startup} in |