diff options
author | tron <tron> | 2000-04-26 13:00:16 +0000 |
---|---|---|
committer | tron <tron> | 2000-04-26 13:00:16 +0000 |
commit | 37efc413bc6820b3fdb770f6e92f72b99bebb0a7 (patch) | |
tree | 575d8ccaaf4f0572bd86e27aad3a774bd714ea46 /security/stunnel | |
parent | b3b89a2c8d96d5c4604de5aafd693562af7dd0bb (diff) | |
download | pkgsrc-37efc413bc6820b3fdb770f6e92f72b99bebb0a7.tar.gz |
Don't clobber permission of "/var/run" during installation.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/files/patch-sum | 4 | ||||
-rw-r--r-- | security/stunnel/patches/patch-aa | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/security/stunnel/files/patch-sum b/security/stunnel/files/patch-sum index e51bfce30c6..b264717c6d0 100644 --- a/security/stunnel/files/patch-sum +++ b/security/stunnel/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/04/03 17:23:10 tron Exp $ +$NetBSD: patch-sum,v 1.4 2000/04/26 13:00:16 tron Exp $ -MD5 (patch-aa) = 823267282aaefb8c6a4734f0f20c80e9 +MD5 (patch-aa) = 9bee59ead3d498fdcdf332fc21ec3324 MD5 (patch-ab) = 0fcbda3fef76c54473ff38b56d02e915 diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa index 07eacedcc79..cb7e247b6ba 100644 --- a/security/stunnel/patches/patch-aa +++ b/security/stunnel/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2000/04/03 17:23:12 tron Exp $ +$NetBSD: patch-aa,v 1.4 2000/04/26 13:00:17 tron Exp $ --- Makefile.in.orig Tue Feb 22 13:08:16 2000 -+++ Makefile.in Mon Apr 3 19:18:33 2000 ++++ Makefile.in Wed Apr 26 14:59:30 2000 @@ -7,9 +7,9 @@ sbindir=@sbindir@ libdir=@libdir@ @@ -14,3 +14,11 @@ $NetBSD: patch-aa,v 1.3 2000/04/03 17:23:12 tron Exp $ @SET_MAKE@ VERSION=stunnel-@VERSION@ RANDOM_OPT=@RANDOM_OPT@ +@@ -50,7 +50,6 @@ + + installdirs: mkinstalldirs + ./mkinstalldirs $(sbindir) $(libdir) $(man8dir) $(certdir) $(piddir) +- chmod a=rwx,+t $(piddir) + + # non-standard external rules + |