From: cjwatson <> Date: Wed, 14 Jan 2004 09:40:43 +0000 (-0800) Subject: [project @ 2004-01-14 01:40:43 by cjwatson] X-Git-Tag: release/2.6.0~767 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7122471f022db5a2f4975d2a4b9fa9e3c91ab5ea;p=debbugs.git [project @ 2004-01-14 01:40:43 by cjwatson] Drop example spamscan frequency to every 5 minutes. Much more than that is silly because it takes a minute and a half before filelock gives up. --- diff --git a/debian/crontab b/debian/crontab index cd5d7b8..8027f4f 100644 --- a/debian/crontab +++ b/debian/crontab @@ -1,7 +1,7 @@ # Example crontab for bugs system. Install this as a user crontab for the # user who owns /var/lib/debbugs/spool (for example, debbugs). MAILTO=owner@bugs.example.org -* * * * * /usr/lib/debbugs/spamscan >/dev/null +*/5 * * * * /usr/lib/debbugs/spamscan >/dev/null 3,18,33,48 * * * * /usr/lib/debbugs/processall >/dev/null 7,22,37,52 * * * * /usr/lib/debbugs/rebuild db-h 9,39 * * * * /usr/lib/debbugs/html-control >/dev/null