efb36d5de0
* 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
7 lines
228 B
Plaintext
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
|
|
}
|