On Sunday 04 Jan 2004 16:14, Thomas Degris wrote:
 /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
Then you want:
0 0 * * *     root    rm -f /var/spool/cron/lastrun/cron.daily

Peter
-- 
======================================================================
Gentoo Linux:   Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, 
glibc-2.3.2-r3, 2.6.0-gentoo-w4l)       i686 AMD Athlon(tm) XP 3200+
======================================================================


--
[EMAIL PROTECTED] mailing list

Reply via email to