diff options
author | Bill Nottingham <notting@redhat.com> | 2003-02-18 21:34:08 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-02-18 21:34:08 +0000 |
commit | d870c4d5919ad945bfd439c168778c37e7a8c190 (patch) | |
tree | a4ae3761cf2e1629cae7780d1f531d6070d0ec4a /rc.d/rc | |
parent | 83e0a250fe9cb3f30a447de701c9d0441b4625b0 (diff) | |
download | initscripts-d870c4d5919ad945bfd439c168778c37e7a8c190.tar initscripts-d870c4d5919ad945bfd439c168778c37e7a8c190.tar.gz initscripts-d870c4d5919ad945bfd439c168778c37e7a8c190.tar.bz2 initscripts-d870c4d5919ad945bfd439c168778c37e7a8c190.tar.xz initscripts-d870c4d5919ad945bfd439c168778c37e7a8c190.zip |
actually, don't exclude initlogr7-08
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-x | rc.d/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |