pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-saslauthd Use real root user in install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/680a381e7083
branches:  trunk
changeset: 572049:680a381e7083
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 19 19:23:50 2010 +0000

description:
Use real root user in install script.

diffstat:

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

diffs (18 lines):

diff -r 4ecbae699375 -r 680a381e7083 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Fri Feb 19 19:22:33 2010 +0000
+++ b/security/cyrus-saslauthd/Makefile Fri Feb 19 19:23:50 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2010/01/17 12:02:40 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2010/02/19 19:23:50 joerg Exp $
 
 DISTNAME=      cyrus-sasl-2.1.23
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
@@ -37,7 +37,7 @@
 .include "options.mk"
 
 RCD_SCRIPTS=           saslauthd
-FILES_SUBST+=          ROOT_USER=${ROOT_USER:Q}
+FILES_SUBST+=          ROOT_USER=${REAL_ROOT_USER:Q}
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index