summarylogtreecommitdiffstats
path: root/python2.patch
diff options
context:
space:
mode:
authorDenis Yantarev2015-06-09 00:33:20 +0300
committerDenis Yantarev2015-06-09 00:33:20 +0300
commitf783d8804aef894a9591b3b46e52d22141d78aaa (patch)
tree6b76412f49b749508b1f35ebacc30a852f1312a7 /python2.patch
downloadaur-f783d8804aef894a9591b3b46e52d22141d78aaa.tar.gz
Initial import
Diffstat (limited to 'python2.patch')
-rw-r--r--python2.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/python2.patch b/python2.patch
new file mode 100644
index 000000000000..5e835858d627
--- /dev/null
+++ b/python2.patch
@@ -0,0 +1,16 @@
+--- greylistd-0.8.8.5/program/greylist 2007-01-27 19:43:38.000000000 +0300
++++ greylistd-0.8.8.5/program/greylist.new 2011-12-30 12:48:22.000000000 +0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+ ########################################################################
+ ### FILE: greylist
+ ### PURPOSE: Command line interface to "greylistd(8)"
+--- greylistd-0.8.8.5/program/greylistd 2008-06-06 18:51:47.000000000 +0400
++++ greylistd-0.8.8.5/program/greylistd.new 2011-12-30 12:48:28.000000000 +0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+ ########################################################################
+ ### FILE: greylistd.py
+ ### PURPOSE: Simple greylisting daemon. See "greylistd(8)".