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 3ccd63c4..3d4b96f6 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -45,7 +45,7 @@ if [ -d /etc/rc.d/rc$runlevel.d ]; then
# Check if the subsystem is already up.
subsys=${i#/etc/rc.d/rc$runlevel.d/S??}
- [ -f /var/lock/subsys/$subsys ] && \
+ [ -f /var/lock/subsys/$subsys ] || \
[ -f /var/lock/subsys/${subsys}.init ] && continue
# Bring the subsystem up.