areguera / rpms / mailman

Forked from rpms/mailman 4 years ago
Clone

Blame SOURCES/mailman-2.1.13-env-python.patch

5c2a97
diff --git a/tests/onebounce.py b/tests/onebounce.py
5c2a97
index 846c4fa..85f3b98 100755
5c2a97
--- a/tests/onebounce.py
5c2a97
+++ b/tests/onebounce.py
5c2a97
@@ -1,4 +1,4 @@
5c2a97
-#! /usr/bin/env python
5c2a97
+#! /usr/bin/python
5c2a97
 
5c2a97
 # Copyright (C) 2002-2018 by the Free Software Foundation, Inc.
5c2a97
 #
5c2a97
diff --git a/configure.in b/configure.in
5c2a97
index eee7f3a..2250ade 100644
5c2a97
--- a/configure.in
5c2a97
+++ b/configure.in
5c2a97
@@ -892,6 +892,10 @@ cron/gate_news \
5c2a97
 cron/mailpasswds \
5c2a97
 cron/nightly_gzip \
5c2a97
 cron/senddigests \
5c2a97
+contrib/check_perms_grsecurity.py \
5c2a97
+contrib/qmail-to-mailman.py \
5c2a97
+contrib/rotatelogs.py \
5c2a97
+contrib/sitemapgen
5c2a97
 ])
5c2a97
 
5c2a97
 dnl Please make sure to leave a space at the end of the last entry.