/var/log/messages /var/log/kern.log /var/log/secure /var/log/mail.warn /var/log/mail.err /var/log/mail.log /var/log/spooler /var/log/boot.log /var/log/cron
{
	notifempty
        size 20M
        create 0640 root hobbit
        rotate 5
	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
}

