pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/openldap Change a = to a += so that all of t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/66d988d5a3f2
branches: trunk
changeset: 487269:66d988d5a3f2
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jan 12 04:04:36 2005 +0000
description:
Change a = to a += so that all of the necessary OWN_DIRS_PERMS are
created. This is needed for slapd to start properly with a default
install. Bump the PKGREVISION to 1.
diffstat:
databases/openldap/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r ef2346ebe1ab -r 66d988d5a3f2 databases/openldap/Makefile
--- a/databases/openldap/Makefile Wed Jan 12 03:37:54 2005 +0000
+++ b/databases/openldap/Makefile Wed Jan 12 04:04:36 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2005/01/06 11:10:55 adam Exp $
+# $NetBSD: Makefile,v 1.96 2005/01/12 04:04:36 jlam Exp $
DISTNAME= openldap-2.2.20
+PKGREVISION= 1
SVR4_PKGNAME= oldap
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
@@ -61,7 +62,7 @@
MAKE_DIRS= ${OPENLDAP_ETCDIR} ${OPENLDAP_ETCDIR}/schema
OWN_DIRS= ${OPENLDAP_VARDIR} ${OPENLDAP_VARDIR}/run
OWN_DIRS_PERMS= ${OPENLDAP_VARDIR}/openldap-data ${OPENLDAP_DIRPERMS}
-OWN_DIRS_PERMS= ${OPENLDAP_VARDIR}/openldap-ldbm ${OPENLDAP_DIRPERMS}
+OWN_DIRS_PERMS+= ${OPENLDAP_VARDIR}/openldap-ldbm ${OPENLDAP_DIRPERMS}
OWN_DIRS_PERMS+= ${OPENLDAP_VARDIR}/openldap-slurp ${OPENLDAP_DIRPERMS}
CNFS= ldap.conf \
Home |
Main Index |
Thread Index |
Old Index