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

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