/var/log/cron {
    rotate 5
    weekly
    postrotate
    /bin/killall crond
    /usr/sbin/crond -l8 >> /var/adm/cron 2>&1
    endscript
} 
