From af6e10cfa67a67585515e5ef8d68dd5b84ba3eb5 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 18 Aug 2000 10:34:11 +0000 Subject: [PATCH] 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(-) diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 6c54aec77cf..2c1ae9af9f8 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