On Thu, Jul 26, 2001 at 10:31:38PM -0500, Michael D. Viron wrote:

> Glenn,
>
> Sounds like you have a duplicate syslog config file for logrotate.
> Look in /etc/logrotate.d and verify that you have only 1 syslog file,
> not both syslog and syslog.rpmnew .

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?

Thanks.

-- 
Glenn Johnson
[EMAIL PROTECTED]

Reply via email to