/var/log/cron {
    missingok
    notifempty
    postrotate
#        /bin/kill -HUP `/bin/cat /var/run/crond.pid`
        /usr/bin/killall -HUP crond
    endscript
}
