From 14538218efdc8a7d8cb6c2e5caa1a259cf1c26e5 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 6 Jan 2002 06:28:12 +0000 Subject: Fix typo in autoconf substitution. Found by Dan Ohnesorg. --- cron/crontab.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/crontab.in.in b/cron/crontab.in.in index cfa70317d..49f27c729 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -5,7 +5,7 @@ # # At 9AM, send notifications to disabled members that are due to be # reminded to re-enable their accounts. -0 9 * * * @PYTHON@ -S @prefix/cron/disabled +0 9 * * * @PYTHON@ -S @prefix@/cron/disabled # # Noon, mail digests for lists that do periodic as well as threshhold delivery. 0 12 * * * @PYTHON@ -S @prefix@/cron/senddigests -- cgit v1.3.1