summarylogtreecommitdiffstats
path: root/python2.patch
diff options
context:
space:
mode:
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)".