From 80c15f554feda67f8d5ab305d2991a463b49883c Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 29 Jun 2008 13:31:47 -0700 Subject: Fixed erroneously 'pre-configured' commands --- NEWS | 3 +++ bin/update | 2 +- cron/senddigests | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3912fac3..0b649acb 100644 --- a/NEWS +++ b/NEWS @@ -85,6 +85,9 @@ Here is a history of user visible changes to Mailman. - Added check for gateway_to_news before holding for ModeratedNewsgroup. + - At some point, cron/senddigests and bin/update were inadvertently + 'preconfigured'. This has been fixed. + Miscellaneous - Brad Knowles' mailman daily status report script updated to 0.0.18. diff --git a/bin/update b/bin/update index bb4682d3..2a25da01 100755 --- a/bin/update +++ b/bin/update @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! @PYTHON@ # # Copyright (C) 1998-2008 by the Free Software Foundation, Inc. # diff --git a/cron/senddigests b/cron/senddigests index 9c524dd4..edf27a2a 100755 --- a/cron/senddigests +++ b/cron/senddigests @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! @PYTHON@ # # Copyright (C) 1998-2007 by the Free Software Foundation, Inc. # -- cgit v1.2.3