From 621984f5bce23692028dcb57b5dc6cce5b2f1272 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Apr 2005 20:09:15 +0000 Subject: remove more initlog code --- rc.d/rc.sysinit | 6 ------ 1 file changed, 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 -- cgit v1.2.1