summarylogtreecommitdiffstats
path: root/python2.patch
diff options
context:
space:
mode:
authorDenis Yantarev2020-11-14 10:11:26 +0300
committerDenis Yantarev2020-11-14 10:11:26 +0300
commit5ddbd91e636182b01ee036f26bde15392b133d5d (patch)
treef82c7c2b8e5c5b4f74cccc71f74a46b32739bab1 /python2.patch
parentbcd074965f078ed58d8b634f3aa2e5b457fb55a7 (diff)
downloadaur-greylistd.tar.gz
Updated to 0.9.0.2
Diffstat (limited to 'python2.patch')
-rw-r--r--python2.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/python2.patch b/python2.patch
deleted file mode 100644
index 8c6c624fa061..000000000000
--- a/python2.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- program/greylist 2007-01-27 19:43:38.000000000 +0300
-+++ 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)"
---- program/greylistd 2008-06-06 18:51:47.000000000 +0400
-+++ 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)".