pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q3]: pkgsrc/databases/openldap-server Pullup ticket ticket...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed105d220f9b
branches:  pkgsrc-2008Q3
changeset: 547830:ed105d220f9b
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Oct 11 19:18:50 2008 +0000

description:
Pullup ticket ticket #2552 - requested by joerg
openldap-server: build fix for user destdir mode

Revisions pulled up:
- databases/openldap-server/Makefile    1.17
---
Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Oct  9 17:48:45 UTC 2008

Modified Files:
        pkgsrc/databases/openldap-server: Makefile

Log Message:
Don't leak build user in install scripts.

diffstat:

 databases/openldap-server/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 82bac217dc7f -r ed105d220f9b databases/openldap-server/Makefile
--- a/databases/openldap-server/Makefile        Sat Oct 11 19:08:11 2008 +0000
+++ b/databases/openldap-server/Makefile        Sat Oct 11 19:18:50 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2008/09/22 08:46:32 tron Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2008/10/11 19:18:50 tron Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
-PKGREVISION=           3
+PKGREVISION=           4
 COMMENT=               Lightweight Directory Access Protocol server suite
 
 CONFLICTS+=            openldap<2.3.23nb1
@@ -37,9 +37,9 @@
 PKG_GROUPS=            ${LDAP_GROUP}
 PKG_USERS=             ${SLAPD_USER}:${LDAP_GROUP}
 
-OPENLDAP_FILEPERMS=    ${ROOT_USER} ${LDAP_GROUP} 0640
+OPENLDAP_FILEPERMS=    ${REAL_ROOT_USER} ${LDAP_GROUP} 0640
 SLAPD_DIRPERMS=                ${SLAPD_USER} ${LDAP_GROUP} 0700
-RUN_DIRPERMS=          ${ROOT_USER} ${LDAP_GROUP} 0775
+RUN_DIRPERMS=          ${REAL_ROOT_USER} ${LDAP_GROUP} 0775
 
 MAKE_DIRS=             ${OPENLDAP_ETCDIR}/schema
 OWN_DIRS+=             ${OPENLDAP_VARDIR}



Home | Main Index | Thread Index | Old Index