I would like to update the portage tree and the target world every day automatically. So, I have put my script updategentoo in /etc/cron.daily and modify the line
0 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
for
0 * * * * root rm -f /var/spool/cron/lastrun/cron.daily
because I would like to update my system every 24h and not every 3h am of every day. My problem is it seems that my updategentoo script is run every hours or something like that. Did I miss something in the crontab configuration ?
Thomas
-- [EMAIL PROTECTED] mailing list