diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-06-29 13:31:47 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-06-29 13:31:47 -0700 |
commit | 80c15f554feda67f8d5ab305d2991a463b49883c (patch) | |
tree | 1d35644875f733b6b7688a213ea58fa68a9a8358 | |
parent | 2ade840f9efbbadd9403a89c24c306e45ae97528 (diff) | |
download | mailman2-80c15f554feda67f8d5ab305d2991a463b49883c.tar.gz mailman2-80c15f554feda67f8d5ab305d2991a463b49883c.tar.xz mailman2-80c15f554feda67f8d5ab305d2991a463b49883c.zip |
Fixed erroneously 'pre-configured' commands
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | bin/update | 2 | ||||
-rwxr-xr-x | cron/senddigests | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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. @@ -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. # |