syslog-ng/syslog-ng.logrotate
Jose Pedro Oliveira 955914b666 Ship the same logrotate file as the one shipped in RHEL 6.2 rsyslog package
(see #767761 and #683537)
Move the SCL files to the main RPM (#742624 comments >= 28)
2011-12-14 22:28:20 +00:00

12 lines
210 B
Plaintext

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