From 07571ce5d15fe0545052b716c23c8654c975293e Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 29 May 1998 01:08:38 +0000 Subject: Moved crontab.in to crontab.in.in so it can be autogenerated by configure. --- cron/crontab.in.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 4c18ebb41..3af895188 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -1,8 +1,8 @@ # At 5PM every day, mail reminders to admins as to pending requests -0 17 * * * /usr/local/bin/python /home/mailman/mailman/cron/checkdbs +0 17 * * * @PYTHON@ @prefix@/cron/checkdbs # # Noon, mail digests for lists that do periodic as well as threshhold delivery. -0 12 * * * /usr/local/bin/python /home/mailman/mailman/cron/senddigests +0 12 * * * @PYTHON@ @prefix@/cron/senddigests # # 5 AM on the first of each month, mail out password reminders. -0 5 1 * * /usr/local/bin/python /home/mailman/mailman/cron/mailpasswds +0 5 1 * * @PYTHON@ @prefix@/cron/mailpasswds -- cgit v1.3.1