summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-04-03 17:23:10 +0000
committertron <tron@pkgsrc.org>2000-04-03 17:23:10 +0000
commit7e3ad98ca22c53562c4a2564ac6845e9b8330b81 (patch)
treeb76d9e9eefcc81ac65d2f30c48067b9d2f63b028 /security/stunnel
parente07ffc690d2674d7418b2e0012da69c7da164424 (diff)
downloadpkgsrc-7e3ad98ca22c53562c4a2564ac6845e9b8330b81.tar.gz
Put pid file to "/var/run" and certificates to "${PREFIX}/certs".
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/files/patch-sum3
-rw-r--r--security/stunnel/patches/patch-aa16
-rw-r--r--security/stunnel/pkg/PLIST7
3 files changed, 21 insertions, 5 deletions
diff --git a/security/stunnel/files/patch-sum b/security/stunnel/files/patch-sum
index b33ee9bbf2b..e51bfce30c6 100644
--- a/security/stunnel/files/patch-sum
+++ b/security/stunnel/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.2 2000/04/03 16:52:57 tron Exp $
+$NetBSD: patch-sum,v 1.3 2000/04/03 17:23:10 tron Exp $
+MD5 (patch-aa) = 823267282aaefb8c6a4734f0f20c80e9
MD5 (patch-ab) = 0fcbda3fef76c54473ff38b56d02e915
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@
diff --git a/security/stunnel/pkg/PLIST b/security/stunnel/pkg/PLIST
index cc35b9a1d02..b5f94decbc5 100644
--- a/security/stunnel/pkg/PLIST
+++ b/security/stunnel/pkg/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/03 09:25:36 martin Exp $
-sbin/stunnel
+@comment $NetBSD: PLIST,v 1.2 2000/04/03 17:23:12 tron Exp $
+certs/stunnel.pem
lib/stunnel.so
man/man8/stunnel.8
-certs/stunnel.pem
-@dirrm var/stunnel
+sbin/stunnel