diff options
| author | bwarsaw | 1998-05-29 01:08:38 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-05-29 01:08:38 +0000 |
| commit | 07571ce5d15fe0545052b716c23c8654c975293e (patch) | |
| tree | 1348e61ebb9950d9c978416e15d55edaadc4bbb0 /cron | |
| parent | 5b0a0e26e006969d2d218c657110aa406bc36cff (diff) | |
| download | mailman-07571ce5d15fe0545052b716c23c8654c975293e.tar.gz mailman-07571ce5d15fe0545052b716c23c8654c975293e.tar.zst mailman-07571ce5d15fe0545052b716c23c8654c975293e.zip | |
Moved crontab.in to crontab.in.in so it can be autogenerated by
configure.
Diffstat (limited to 'cron')
| -rwxr-xr-x | cron/crontab.in.in | 6 |
1 files 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 |
