diff options
Diffstat (limited to '')
-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. # |