From b497bcb818f249b4e1e1670b7fb9f09206bd4777 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 7 Sep 2001 23:18:47 +0000 Subject: Ben Gertzfield's patch to hardcode the path to the python executable into the script's #! line -- based on --with-python settings, without losing CVS revision history. #! /usr/bin/env python becomes #! @PYTHON@ which gets substituted for in configure. --- contrib/qmail-to-mailman.py | 2 +- contrib/rotatelogs.py | 2 +- contrib/securelinux_fix.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib') 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. # -- cgit v1.2.3-70-g09d2