summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-08-18 10:34:11 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-08-18 10:34:11 +0000
commit53ac8dc80c5112cda71694a344190c8857ca5a9c (patch)
tree83ed0b7d811fa47e807c220f1c697f96ae7add53 /etc/rc.shutdown
parent6dde24da5e3901df2e177767ae7d374fb70262ff (diff)
downloadFreeBSD-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/rc.shutdown')
-rw-r--r--etc/rc.shutdown2
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
OpenPOWER on IntegriCloud