In /etc/init.d/syslog some lines were changed from

if [ -f /etc/syslog.conf ]; then
        . /etc/syslog.conf

to

if [ -f /etc/default/syslog ]; then
        . /etc/default/syslog

During upgrade I saw that /etc/syslog.conf was purged, but no new or
old file was placed into /etc/default. The result is no logfiles since
then.
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to