summaryrefslogtreecommitdiff
path: root/security/gcipher/files/patch-gcipher
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-10 14:30:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-10 14:30:32 +0000
commit4e134ef931505f1324cf6642585c244735ad581b (patch)
tree26fb5f8b2913db0cd0c4d70dbfaa3cc2f1c2dfd4 /security/gcipher/files/patch-gcipher
parentResolve memleak in rlm_detail (diff)
Update to 1.1
PR: 158443 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=279414
Diffstat (limited to 'security/gcipher/files/patch-gcipher')
-rw-r--r--security/gcipher/files/patch-gcipher16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/gcipher/files/patch-gcipher b/security/gcipher/files/patch-gcipher
deleted file mode 100644
index 2e7ba1abc059..000000000000
--- a/security/gcipher/files/patch-gcipher
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ur ../gcipher-1.0.orig/src/gcipher ./src/gcipher
---- ../gcipher-1.0.orig/src/gcipher Wed Jun 25 14:03:43 2003
-+++ ./src/gcipher Wed Jun 25 14:06:14 2003
-@@ -1,10 +1,10 @@
--#!/usr/bin/python
-+#!/usr/local/bin/python
-
- """This is the main executable script."""
-
- # Edit the path below if you need to port GCipher.
- import sys
--# sys.path.append("/usr/share/gcipher/lib")
-+sys.path.append("%%PREFIX%%/share/gcipher/lib")
-
- from os import environ
- from os.path import join