diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-12 04:04:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-12 04:04:36 +0000 |
commit | 2102fd7f047909fb798fbc166732718303e7f192 (patch) | |
tree | 7098380b57ea2aa7797c1a0b6c8b2074b498deb7 /databases | |
parent | 16510f033715d4e9f270b3016b41e366555efc81 (diff) | |
download | pkgsrc-2102fd7f047909fb798fbc166732718303e7f192.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/openldap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 5ce5218a0a4..bd5d5373fbb 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -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 @@ EGDIR= ${PREFIX}/share/examples/openldap 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 \ |