diff options
author | smb <smb> | 2007-01-23 21:53:58 +0000 |
---|---|---|
committer | smb <smb> | 2007-01-23 21:53:58 +0000 |
commit | 204d5c4c6d9f16e8128d2256c54a83f1b81a0a64 (patch) | |
tree | 77e0200de74eb063cb61388e0cfaaa7bb4f6e0b0 /security/stunnel/patches | |
parent | 4b15aa68c3069624cb1e188605cb2645ee64f07c (diff) | |
download | pkgsrc-204d5c4c6d9f16e8128d2256c54a83f1b81a0a64.tar.gz |
Change default pid file from /var/run/stunnel/stunnel.pid to /var/run/stunnel.pid
Diffstat (limited to 'security/stunnel/patches')
-rw-r--r-- | security/stunnel/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/patches/patch-ac b/security/stunnel/patches/patch-ac index b237c9778a2..20000f985e8 100644 --- a/security/stunnel/patches/patch-ac +++ b/security/stunnel/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.8 2007/01/14 00:07:15 schmonz Exp $ +$NetBSD: patch-ac,v 1.9 2007/01/23 21:53:58 smb Exp $ --- src/Makefile.in.orig 2006-11-11 09:58:22.000000000 -0500 +++ src/Makefile.in @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.8 2007/01/14 00:07:15 schmonz Exp $ # Additional compiler flags -AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(prefix)/var/run/stunnel/stunnel.pid"' -+AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel/stunnel.pid"' ++AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel.pid"' # Win32 executable EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c os2.mak |