aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-07-10 14:22:36 +0000
committerBill Nottingham <notting@redhat.com>2001-07-10 14:22:36 +0000
commitab695f4fc05583d385929c3ac052a3c957ca87e8 (patch)
tree23207f2067f6bab81bf5dbfd3bb7f8ff260306de
parentf1d14cfac9d2f5011d246429054ae9c8897e97a0 (diff)
downloadinitscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar
initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar.gz
initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar.bz2
initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar.xz
initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.zip
*** empty log message ***
-rwxr-xr-xrc.d/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc b/rc.d/rc
index d0f0bb66..b8ead1d7 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -106,6 +106,7 @@ if [ -d /etc/rc$runlevel.d ]; then
exec $i start
else
$i start
+ fi
else
if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local" ]; then
if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then