https://bugzilla.novell.com/show_bug.cgi?id=431599 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431599#c1 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Marius Tomaschewski <mt@novell.com> 2008-10-02 08:33:30 MDT --- Syslogd package with fixed script submitted to STABLE: --- ./rc.syslog +++ ./rc.syslog 2008-10-02 16:09:33.000000000 +0200 @@ -113,9 +113,11 @@ if test -e /var/lock/subsys/earlysyslog ; then # Syslog service already done rm -f /var/lock/subsys/earlysyslog - exit 0 - fi - if test "$2" = "early" ; then + case "$SYSLOG_DAEMON" in + rsyslogd) ;; # switch to normal config + *) exit 0 ;; + esac + elif test "$2" = "early" ; then # Start syslog service early > /var/lock/subsys/earlysyslog fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.