pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/stunnel put the stunnel.pid file in /var/run,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c1d68e8b495
branches:  trunk
changeset: 466516:4c1d68e8b495
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jan 20 03:08:25 2004 +0000

description:
put the stunnel.pid file in /var/run, not ${PREFIX}/var/run.

bump PKGREVISION.

diffstat:

 security/stunnel/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r cbd654cac723 -r 4c1d68e8b495 security/stunnel/Makefile
--- a/security/stunnel/Makefile Tue Jan 20 03:03:46 2004 +0000
+++ b/security/stunnel/Makefile Tue Jan 20 03:08:25 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.37 2004/01/20 03:08:25 grant Exp $
 
 DISTNAME=              stunnel-4.04
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
                        ftp://stunnel.mirt.net/stunnel/ \
@@ -18,7 +18,8 @@
                        --with-cert-dir="${SSLCERTS}" \
                        --with-pem-dir="${SSLCERTS}" \
                        --with-tcp-wrappers \
-                       --sysconfdir="${PKG_SYSCONFDIR}"
+                       --sysconfdir="${PKG_SYSCONFDIR}" \
+                       --localstatedir=/var
 
 PKG_SYSCONFSUBDIR=     stunnel
 



Home | Main Index | Thread Index | Old Index