summaryrefslogtreecommitdiff
path: root/security/stunnel/patches
diff options
context:
space:
mode:
authortron <tron>2000-04-03 17:23:10 +0000
committertron <tron>2000-04-03 17:23:10 +0000
commitbd04263524edebe21434390ab818649114162967 (patch)
treeb76d9e9eefcc81ac65d2f30c48067b9d2f63b028 /security/stunnel/patches
parent3f8a7417d20de30dd2f8c58d69827f3b411fe19e (diff)
downloadpkgsrc-bd04263524edebe21434390ab818649114162967.tar.gz
Put pid file to "/var/run" and certificates to "${PREFIX}/certs".
Diffstat (limited to 'security/stunnel/patches')
-rw-r--r--security/stunnel/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa
new file mode 100644
index 00000000000..07eacedcc79
--- /dev/null
+++ b/security/stunnel/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2000/04/03 17:23:12 tron Exp $
+
+--- Makefile.in.orig Tue Feb 22 13:08:16 2000
++++ Makefile.in Mon Apr 3 19:18:33 2000
+@@ -7,9 +7,9 @@
+ sbindir=@sbindir@
+ libdir=@libdir@
+ man8dir=@mandir@/man8
+-piddir=@localstatedir@/stunnel
++piddir=/var/run
+ ssldir=@ssldir@
+-certdir=$(ssldir)/certs
++certdir=@prefix@/certs
+ @SET_MAKE@
+ VERSION=stunnel-@VERSION@
+ RANDOM_OPT=@RANDOM_OPT@