Applied Patch: 2004032815360918485
by mathieu
Mathieu Doidy:
updated cron (3.0pl1-83)
fixed crontab use for non-root user
needed to add a new group for crontab (53)
current crontabs have to be updated :
for i in /var/spool/cron/crontabs/; do chown ${i}.crontab $i; done