summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/add_members2
-rw-r--r--bin/arch2
-rw-r--r--bin/change_pw2
-rwxr-xr-xbin/check_db4
-rwxr-xr-xbin/check_perms2
-rwxr-xr-xbin/clone_member2
-rw-r--r--bin/config_list2
-rwxr-xr-xbin/digest_arch2
-rw-r--r--bin/dumpdb2
-rwxr-xr-xbin/find_member4
-rw-r--r--bin/genaliases2
-rw-r--r--bin/list_admins2
-rw-r--r--bin/list_lists4
-rwxr-xr-xbin/list_members4
-rw-r--r--bin/mailmanctl2
-rwxr-xr-xbin/mmsitepass2
-rwxr-xr-xbin/newlist2
-rwxr-xr-xbin/pygettext.py2
-rw-r--r--bin/qrunner2
-rwxr-xr-xbin/remove_members4
-rwxr-xr-xbin/rmlist2
-rwxr-xr-xbin/sync_members4
-rwxr-xr-xbin/update2
-rw-r--r--bin/version4
-rw-r--r--bin/withlist2
-rw-r--r--contrib/qmail-to-mailman.py2
-rw-r--r--contrib/rotatelogs.py2
-rw-r--r--contrib/securelinux_fix.py2
-rw-r--r--cron/bumpdigests2
-rwxr-xr-xcron/checkdbs2
-rwxr-xr-xcron/gate_news2
-rwxr-xr-xcron/mailpasswds2
-rw-r--r--cron/nightly_gzip2
-rwxr-xr-xcron/senddigests2
34 files changed, 41 insertions, 41 deletions
diff --git a/bin/add_members b/bin/add_members
index d14cb526b..ffbd6cea3 100755
--- a/bin/add_members
+++ b/bin/add_members
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/arch b/bin/arch
index 447d5528f..5adb9a798 100644
--- a/bin/arch
+++ b/bin/arch
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/change_pw b/bin/change_pw
index bd15395fb..01db665e5 100644
--- a/bin/change_pw
+++ b/bin/change_pw
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/check_db b/bin/check_db
index e1bee3e55..37d93d7a4 100755
--- a/bin/check_db
+++ b/bin/check_db
@@ -1,6 +1,6 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/bin/check_perms b/bin/check_perms
index 27f6c698e..a433d3fad 100755
--- a/bin/check_perms
+++ b/bin/check_perms
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/clone_member b/bin/clone_member
index f40972301..177f1aa4e 100755
--- a/bin/clone_member
+++ b/bin/clone_member
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/config_list b/bin/config_list
index 838681e6e..87fadee28 100644
--- a/bin/config_list
+++ b/bin/config_list
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/digest_arch b/bin/digest_arch
index 8e4a89491..9d1f08dd4 100755
--- a/bin/digest_arch
+++ b/bin/digest_arch
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/dumpdb b/bin/dumpdb
index f5c747247..fa5057c3b 100644
--- a/bin/dumpdb
+++ b/bin/dumpdb
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/find_member b/bin/find_member
index 821059841..0c1646c9f 100755
--- a/bin/find_member
+++ b/bin/find_member
@@ -1,6 +1,6 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/bin/genaliases b/bin/genaliases
index 578923c07..3bf86cfb2 100644
--- a/bin/genaliases
+++ b/bin/genaliases
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/list_admins b/bin/list_admins
index 55dddaba5..bf988925b 100644
--- a/bin/list_admins
+++ b/bin/list_admins
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/list_lists b/bin/list_lists
index 33f29dfce..90d46b350 100644
--- a/bin/list_lists
+++ b/bin/list_lists
@@ -1,6 +1,6 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/bin/list_members b/bin/list_members
index f2069107e..c5dab9eee 100755
--- a/bin/list_members
+++ b/bin/list_members
@@ -1,6 +1,6 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/bin/mailmanctl b/bin/mailmanctl
index 9a68a8fc8..e5c91c5e0 100644
--- a/bin/mailmanctl
+++ b/bin/mailmanctl
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
# Copyright (C) 2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/mmsitepass b/bin/mmsitepass
index 535d8c6f7..374848814 100755
--- a/bin/mmsitepass
+++ b/bin/mmsitepass
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/newlist b/bin/newlist
index b63aba4d4..dc052356c 100755
--- a/bin/newlist
+++ b/bin/newlist
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/pygettext.py b/bin/pygettext.py
index b40bda1b9..a0b687413 100755
--- a/bin/pygettext.py
+++ b/bin/pygettext.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
# Originally written by Barry Warsaw <barry@zope.com>
#
# Minimally patched to make it even more xgettext compatible
diff --git a/bin/qrunner b/bin/qrunner
index 9c77c0a71..77055fd4b 100644
--- a/bin/qrunner
+++ b/bin/qrunner
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
# Copyright (C) 2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/remove_members b/bin/remove_members
index 4c39f633d..ba6c39e00 100755
--- a/bin/remove_members
+++ b/bin/remove_members
@@ -1,6 +1,6 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/bin/rmlist b/bin/rmlist
index 44e61be0f..8989887d2 100755
--- a/bin/rmlist
+++ b/bin/rmlist
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/sync_members b/bin/sync_members
index cc5e96b0c..41ffcf043 100755
--- a/bin/sync_members
+++ b/bin/sync_members
@@ -1,6 +1,6 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/bin/update b/bin/update
index 3652b3bd7..cc3c41855 100755
--- a/bin/update
+++ b/bin/update
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/bin/version b/bin/version
index 83fe71920..0b8a3b70c 100644
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
-# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/bin/withlist b/bin/withlist
index 1543a4cf3..7f4a1f6a2 100644
--- a/bin/withlist
+++ b/bin/withlist
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
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.
#
diff --git a/cron/bumpdigests b/cron/bumpdigests
index 13c368b3b..c1bd4320d 100644
--- a/cron/bumpdigests
+++ b/cron/bumpdigests
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/cron/checkdbs b/cron/checkdbs
index 7a92b3f60..7f0b2d4ea 100755
--- a/cron/checkdbs
+++ b/cron/checkdbs
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/cron/gate_news b/cron/gate_news
index 59ad937a2..f2542d73a 100755
--- a/cron/gate_news
+++ b/cron/gate_news
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/cron/mailpasswds b/cron/mailpasswds
index 4ed8e009f..8b683549d 100755
--- a/cron/mailpasswds
+++ b/cron/mailpasswds
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/cron/nightly_gzip b/cron/nightly_gzip
index 2b854a339..2a7dd39a0 100644
--- a/cron/nightly_gzip
+++ b/cron/nightly_gzip
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#
diff --git a/cron/senddigests b/cron/senddigests
index 1b651ed5a..294fd1b99 100755
--- a/cron/senddigests
+++ b/cron/senddigests
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! @PYTHON@
#
# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
#