pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-saslauthd Substitute for ROOT_USER in t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38251b7a6b9c
branches:  trunk
changeset: 466132:38251b7a6b9c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jan 12 04:12:58 2004 +0000

description:
Substitute for ROOT_USER in the rc.d script.

diffstat:

 security/cyrus-saslauthd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 620592d500d6 -r 38251b7a6b9c security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Mon Jan 12 03:59:23 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Mon Jan 12 04:12:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/12 03:16:32 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/12 04:12:58 jlam Exp $
 
 DISTNAME=      cyrus-sasl-2.1.17
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
@@ -55,6 +55,7 @@
 USE_PKGINSTALL=                yes
 DEINSTALL_EXTRA_TMPL=  ${PKGDIR}/DEINSTALL
 RCD_SCRIPTS=           saslauthd
+FILES_SUBST+=          ROOT_USER=${ROOT_USER}
 
 post-configure:
        ${LN} -sf saslauthd.h ${WRKSRC}/config.h



Home | Main Index | Thread Index | Old Index