diff options
author | Bill Nottingham <notting@redhat.com> | 2000-08-06 05:47:45 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-08-06 05:47:45 +0000 |
commit | f37df7a6791706fd0fce0a3f5e9b2858401bfab8 (patch) | |
tree | dbed6e27043a4e8a4aa5ae9554edb61553d90e4e /rc.d/rc | |
parent | 6e3016030556c37994a9f3ecadd81bfa747b0b72 (diff) | |
download | initscripts-f37df7a6791706fd0fce0a3f5e9b2858401bfab8.tar initscripts-f37df7a6791706fd0fce0a3f5e9b2858401bfab8.tar.gz initscripts-f37df7a6791706fd0fce0a3f5e9b2858401bfab8.tar.bz2 initscripts-f37df7a6791706fd0fce0a3f5e9b2858401bfab8.tar.xz initscripts-f37df7a6791706fd0fce0a3f5e9b2858401bfab8.zip |
yet more colons. Also, fix the nousb grep
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-x | rc.d/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |