From 32fd7c7f2542d8d366bcb94989b01b5b03574a9f Mon Sep 17 00:00:00 2001 From: mailman Date: Tue, 24 Feb 1998 23:58:21 +0000 Subject: Switch over to frequency-based archive update mechanism - people don't need to edit the crontab to add new lists. --- cron/crontab.in.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cron/crontab.in.in b/cron/crontab.in.in index aee578c4f..20b004945 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -11,9 +11,10 @@ 0 0 1 1 * exec /usr/local/bin/python /home/mailman/mailman/cron/upvolumes_yearly ######## Do not make changes from this line on. Autogenerated by mailman. -# Once a day, update the mail archives. -27 5 * * * exec /usr/local/bin/python /home/mailman/mailman/cron/archive yep -27 5 * * * exec /usr/local/bin/python /home/mailman/mailman/cron/archive if -27 5 * * * exec /usr/local/bin/python /home/mailman/mailman/cron/archive tmi-2 +## Level 1 daily mailman archive update: +15 2 * * * /usr/local/bin/python /home/mailman/mailman/cron/archive 1 + +## Level 2 hourly mailman archive update (daily, above, accounts for hour #2): +15 0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22 * * * /usr/local/bin/python /home/mailman/mailman/cron/archive 2 -- cgit v1.3.1