diff options
-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 |