>Ah, in /etc/logrotate.d/syslog are the following entries for syslog
>(separated from each other by many other entries for other services):
>
>/var/log/syslog {
>        rotate 5
>       weekly
>       postrotate
>       /usr/bin/killall -HUP syslogd
>       endscript
>}
>
>/var/log/syslog {
>    postrotate
>    /usr/bin/killall -HUP syslogd
>    endscript
>}
>
>Which one should be eliminated?

Glenn,

I would think that the 2nd one should be removed.

Michael

Reply via email to