aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-06-29 13:31:47 -0700
committerMark Sapiro <mark@msapiro.net>2008-06-29 13:31:47 -0700
commit80c15f554feda67f8d5ab305d2991a463b49883c (patch)
tree1d35644875f733b6b7688a213ea58fa68a9a8358
parent2ade840f9efbbadd9403a89c24c306e45ae97528 (diff)
downloadmailman2-80c15f554feda67f8d5ab305d2991a463b49883c.tar.gz
mailman2-80c15f554feda67f8d5ab305d2991a463b49883c.tar.xz
mailman2-80c15f554feda67f8d5ab305d2991a463b49883c.zip
Fixed erroneously 'pre-configured' commands
-rw-r--r--NEWS3
-rwxr-xr-xbin/update2
-rwxr-xr-xcron/senddigests2
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.
#