cyrus-imapd/cyrus-imapd.logrotate
Tomas Janousek 8849d8ccf8 - removed the lm_sensors-devel dependency, since it's properly required in
net-snmp-devel
- #248984 - cyrus-imapd.logrotate updated for rsyslog
2007-07-23 13:03:30 +00:00

8 lines
187 B
Plaintext

/var/log/imapd.log /var/log/auth.log {
missingok
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}