From f37df7a6791706fd0fce0a3f5e9b2858401bfab8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sun, 6 Aug 2000 05:47:45 +0000 Subject: yet more colons. Also, fix the nousb grep --- rc.d/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/rc') diff --git a/rc.d/rc b/rc.d/rc index 58fef4bf..9a284ba1 100755 --- a/rc.d/rc +++ b/rc.d/rc @@ -58,7 +58,7 @@ if [ -d /etc/rc$runlevel.d ]; then if egrep -q "(killproc |action )" $i ; then $i stop else - action "Stopping $subsys" $i stop + action "Stopping $subsys: " $i stop fi done @@ -101,7 +101,7 @@ if [ -d /etc/rc$runlevel.d ]; then if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local" ]; then $i start else - action "Starting $subsys" $i start + action "Starting $subsys: " $i start fi fi done -- cgit v1.2.1