aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-02-18 21:34:08 +0000
committerBill Nottingham <notting@redhat.com>2003-02-18 21:34:08 +0000
commitd870c4d5919ad945bfd439c168778c37e7a8c190 (patch)
treea4ae3761cf2e1629cae7780d1f531d6070d0ec4a
parent83e0a250fe9cb3f30a447de701c9d0441b4625b0 (diff)
downloadinitscripts-r7-08.tar
initscripts-r7-08.tar.gz
initscripts-r7-08.tar.bz2
initscripts-r7-08.tar.xz
initscripts-r7-08.zip
actually, don't exclude initlogr7-08
-rwxr-xr-xrc.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc b/rc.d/rc
index 45556431..c3eecefd 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -91,7 +91,7 @@ for i in /etc/rc$runlevel.d/S* ; do
export LC_ALL=C
exec $i start
fi
- if egrep -q "(daemon |action |success |failure |initlog )" $i 2>/dev/null \
+ if egrep -q "(daemon |action |success |failure )" $i 2>/dev/null \
|| [ "$subsys" = "single" -o "$subsys" = "local" ]; then
$i start
else