diff --git a/cyrus-imapd.logrotate b/cyrus-imapd.logrotate index d5c9b7a..2f55827 100644 --- a/cyrus-imapd.logrotate +++ b/cyrus-imapd.logrotate @@ -2,6 +2,6 @@ missingok sharedscripts postrotate - /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true + /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true endscript } diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 247fe65..e690d72 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -813,6 +813,7 @@ fi * Mon Jul 23 2007 Tomas Janousek - 2.3.8-3.2 - removed the lm_sensors-devel dependency, since it's properly required in net-snmp-devel +- #248984 - cyrus-imapd.logrotate updated for rsyslog * Mon Apr 23 2007 Tomas Janousek - 2.3.8-3.1 - the -devel subpackage no longer requires the main one