diff options
| author | bwarsaw | 2001-09-07 23:18:47 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-09-07 23:18:47 +0000 |
| commit | b497bcb818f249b4e1e1670b7fb9f09206bd4777 (patch) | |
| tree | a66c08190201c9bbf64aa8bf33ce7ff1fa9738d2 /contrib | |
| parent | ecb03f234d2b28182f2dfeb5395b009fdabc3b1b (diff) | |
| download | mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.tar.gz mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.tar.zst mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.zip | |
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/qmail-to-mailman.py | 2 | ||||
| -rw-r--r-- | contrib/rotatelogs.py | 2 | ||||
| -rw-r--r-- | contrib/securelinux_fix.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/qmail-to-mailman.py b/contrib/qmail-to-mailman.py index d25ab4bc0..d878eece9 100644 --- a/contrib/qmail-to-mailman.py +++ b/contrib/qmail-to-mailman.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! @PYTHON@ # Configuration variables - Change these for your site if necessary. MailmanHome = "/home/mailman"; # Mailman home directory. diff --git a/contrib/rotatelogs.py b/contrib/rotatelogs.py index 927098013..36564bf4b 100644 --- a/contrib/rotatelogs.py +++ b/contrib/rotatelogs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! @PYTHON@ # # Copyright (C) 2000 by the Free Software Foundation, Inc. # diff --git a/contrib/securelinux_fix.py b/contrib/securelinux_fix.py index 21b82140e..425b2d502 100644 --- a/contrib/securelinux_fix.py +++ b/contrib/securelinux_fix.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! @PYTHON@ # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # |
