diff options
author | Bill Nottingham <notting@redhat.com> | 2005-04-15 20:09:15 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-04-15 20:09:15 +0000 |
commit | 621984f5bce23692028dcb57b5dc6cce5b2f1272 (patch) | |
tree | 512a4f9cefcfffa32b3a8f59ffef8119b72a2ea8 | |
parent | 40412b28028ff453d6350f96a4e7efab3a3b0342 (diff) | |
download | initscripts-621984f5bce23692028dcb57b5dc6cce5b2f1272.tar initscripts-621984f5bce23692028dcb57b5dc6cce5b2f1272.tar.gz initscripts-621984f5bce23692028dcb57b5dc6cce5b2f1272.tar.bz2 initscripts-621984f5bce23692028dcb57b5dc6cce5b2f1272.tar.xz initscripts-621984f5bce23692028dcb57b5dc6cce5b2f1272.zip |
remove more initlog code
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index aad61c6d..29e3f2e6 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -487,12 +487,6 @@ if [ -n "$SELINUX" -a strstr "$cmdline" autorelabel ]; then relabel_selinux fi -# The root filesystem is now read-write, so we can now log -# via syslog() directly.. -if [ -n "$IN_INITLOG" ]; then - IN_INITLOG= -fi - # Load modules (for backward compatibility with VARs) if [ -f /etc/rc.modules ]; then /etc/rc.modules |