[Lunar-commits] r15278 - moonbase/trunk/utils/vixie-cron

Auke Kok sofar at lunar-linux.org
Tue Jun 7 10:42:05 UTC 2005


Author: sofar
Date: 2005-06-07 10:42:02 +0000 (Tue, 07 Jun 2005)
New Revision: 15278

Modified:
   moonbase/trunk/utils/vixie-cron/crontab
Log:
This is easier to read and works the same. Also people coming from hc-cron will see that vixie and hc are compatible.


Modified: moonbase/trunk/utils/vixie-cron/crontab
===================================================================
--- moonbase/trunk/utils/vixie-cron/crontab	2005-06-07 06:25:03 UTC (rev 15277)
+++ moonbase/trunk/utils/vixie-cron/crontab	2005-06-07 10:42:02 UTC (rev 15278)
@@ -8,7 +8,8 @@
 MAILTO=root
 HOME=/
 
-0 * * * * root run-parts /etc/cron.hourly
-0 0 * * * root run-parts /etc/cron.daily
-0 0 * * 0 root run-parts /etc/cron.weekly
-0 0 1 * * root run-parts /etc/cron.monthly
+ at hourly  root run-parts /etc/cron.hourly
+ at daily   root run-parts /etc/cron.daily
+ at weekly  root run-parts /etc/cron.weekly
+ at monthly root run-parts /etc/cron.monthly
+



More information about the Lunar-commits mailing list