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 | |
| parent | 83e0a250fe9cb3f30a447de701c9d0441b4625b0 (diff) | |
actually, don't exclude initlogr7-08
| -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 |
