openbsd-ports/mail/pyzor/patches/patch-scripts_pyzor
jasper 129eecc4f6 import pyzor 0.4.0
Pyzor is a collaborative, networked system to detect and block spam
using identifying digests of messages.

Pyzor initially started out to be merely a Python implementation of
Razor, but due to the protocol and the fact that Razor's server is not
Free Software, I decided to Pyzor should be based upon a new, lighter,
more language- independent protocol.

requested by and ok dlg@
2008-09-02 12:33:17 +00:00

10 lines
259 B
Plaintext

$OpenBSD: patch-scripts_pyzor,v 1.1.1.1 2008/09/02 12:33:17 jasper Exp $
--- scripts/pyzor.orig Tue Sep 2 12:55:20 2008
+++ scripts/pyzor Tue Sep 2 12:55:37 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!${MODPY_BIN}
import pyzor.client
pyzor.client.run()