From 53ac8dc80c5112cda71694a344190c8857ca5a9c Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 18 Aug 2000 10:34:11 +0000 Subject: Remove an unwanted space from the "Shutting down daemon processes" message. PR: 20692 Submitted by: Andre Albsmeier --- etc/rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.shutdown') 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 -- cgit v1.1