pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Refer to ${VARBASE} instead of /var for the l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ec28d5e1027
branches:  trunk
changeset: 477666:6ec28d5e1027
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jul 06 22:38:32 2004 +0000

description:
Refer to ${VARBASE} instead of /var for the location for local state
information.

diffstat:

 security/cyrus-sasl2/Makefile        |  4 ++--
 security/cyrus-sasl2/Makefile.common |  4 ++--
 security/cyrus-saslauthd/Makefile    |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 8e1f9b1e8db7 -r 6ec28d5e1027 security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile     Tue Jul 06 22:38:00 2004 +0000
+++ b/security/cyrus-sasl2/Makefile     Tue Jul 06 22:38:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/07/06 04:20:59 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2004/07/06 22:38:32 jlam Exp $
 
 .include "Makefile.common"
 
@@ -38,7 +38,7 @@
 # Support using the Courier authdaemon (mail/courier-auth*) for
 # plaintext password authentication.
 #
-AUTHDAEMONVAR?=                /var/authdaemon
+AUTHDAEMONVAR?=                ${VARBASE}/authdaemon
 CONFIGURE_ARGS+=        --with-authdaemond=${AUTHDAEMONVAR}
 BUILD_DEFS+=           AUTHDAEMONVAR
 
diff -r 8e1f9b1e8db7 -r 6ec28d5e1027 security/cyrus-sasl2/Makefile.common
--- a/security/cyrus-sasl2/Makefile.common      Tue Jul 06 22:38:00 2004 +0000
+++ b/security/cyrus-sasl2/Makefile.common      Tue Jul 06 22:38:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2004/05/16 17:07:22 danw Exp $
+# $NetBSD: Makefile.common,v 1.21 2004/07/06 22:38:32 jlam Exp $
 #
 # This file is currently included by:
 #
@@ -53,7 +53,7 @@
 _PLUGINDIR=            ${VIEWBASE}/lib/sasl2
 
 HTMLDIR=               ${PREFIX}/share/doc/html/cyrus-sasl
-SASLSOCKETDIR?=                /var/run/saslauthd
+SASLSOCKETDIR?=                ${VARBASE}/run/saslauthd
 BUILD_DEFS+=           SASLSOCKETDIR
 
 CONFIGURE_ARGS+=       --with-saslauthd=${SASLSOCKETDIR}
diff -r 8e1f9b1e8db7 -r 6ec28d5e1027 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Tue Jul 06 22:38:00 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Tue Jul 06 22:38:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/21 21:09:33 cube Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/06 22:38:33 jlam Exp $
 
 DISTNAME=      cyrus-sasl-2.1.18
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
@@ -29,7 +29,7 @@
 
 BUILD_DEFS+=           USE_PAM USE_OPENLDAP SASL_USE_GSSAPI
 
-SASLSOCKETDIR?=                /var/run/saslauthd
+SASLSOCKETDIR?=                ${VARBASE}/run/saslauthd
 BUILD_DEFS+=           SASLSOCKETDIR
 FILES_SUBST+=          SASLSOCKETDIR=${SASLSOCKETDIR}
 CONFIGURE_ARGS+=       --with-saslauthd="${SASLSOCKETDIR}"



Home | Main Index | Thread Index | Old Index