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