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 /cron | |
| parent | ecb03f234d2b28182f2dfeb5395b009fdabc3b1b (diff) | |
| download | mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.tar.gz mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.tar.zst mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.zip | |
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.
Diffstat (limited to 'cron')
| -rw-r--r-- | cron/bumpdigests | 2 | ||||
| -rwxr-xr-x | cron/checkdbs | 2 | ||||
| -rwxr-xr-x | cron/gate_news | 2 | ||||
| -rwxr-xr-x | cron/mailpasswds | 2 | ||||
| -rw-r--r-- | cron/nightly_gzip | 2 | ||||
| -rwxr-xr-x | cron/senddigests | 2 |
6 files changed, 6 insertions, 6 deletions
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. # |
