aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-xrc.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc b/rc.d/rc
index a1a54938..cc86b500 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -98,7 +98,7 @@ if [ -d /etc/rc.d/rc$runlevel.d ]; then
if egrep -q "(daemon |action )" $i ; then
$i start
else
- if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local ]; then
+ if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local" ]; then
$i start
else
action "Starting $subsys" $i start