syslog-ng/syslog-ng.logrotate
Jose Pedro Oliveira efb36d5de0 * re-introduces the "Provides: syslog" (#651823 comments 13, 15 and 21)
* rename the logrotate.d file back to syslog (#651823 comments 12, 15, 16 and 21)
 * cleans the sysconfig and logrotate file mess (#651823 comments 17, 20 and 21)
 * spec code cleanup (#651823 comments 10 and 11)
 * dropped duplicated eventlog-devel BR
2011-04-25 21:35:02 +01:00

7 lines
228 B
Plaintext

/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron {
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}