pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap-server Fix new config file path.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34fb9ad948a0
branches:  trunk
changeset: 400878:34fb9ad948a0
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Oct 29 15:50:17 2009 +0000

description:
Fix new config file path.

diffstat:

 databases/openldap-server/Makefile |  6 +++---
 databases/openldap-server/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 015346c58ce2 -r 34fb9ad948a0 databases/openldap-server/Makefile
--- a/databases/openldap-server/Makefile        Thu Oct 29 15:33:04 2009 +0000
+++ b/databases/openldap-server/Makefile        Thu Oct 29 15:50:17 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/10/29 06:56:11 ghen Exp $
+# $NetBSD: Makefile,v 1.22 2009/10/29 15:50:17 ghen Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
 COMMENT=               Lightweight Directory Access Protocol server suite
@@ -50,7 +50,7 @@
 
 CNFS_PERMS=            slapd.conf
 
-DB_CONFIG=             DB_CONFIG.example
+DB_CONFIG=             DB_CONFIG
 
 RCD_SCRIPTS=           slapd
 
@@ -68,6 +68,6 @@
 
 .include "../../databases/openldap/Makefile.common"
 
-CONF_FILES_PERMS+=     ${EGDIR}/DB_CONFIG.example ${OPENLDAP_VARDIR}/openldap-data/DB_CONFIG ${OPENLDAP_FILEPERMS}
+CONF_FILES_PERMS+=     ${EGDIR}/DB_CONFIG ${OPENLDAP_VARDIR}/openldap-data/DB_CONFIG ${OPENLDAP_FILEPERMS}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 015346c58ce2 -r 34fb9ad948a0 databases/openldap-server/PLIST
--- a/databases/openldap-server/PLIST   Thu Oct 29 15:33:04 2009 +0000
+++ b/databases/openldap-server/PLIST   Thu Oct 29 15:50:17 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/10/29 06:56:11 ghen Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/10/29 15:50:17 ghen Exp $
 libexec/slapd
 sbin/slapacl
 sbin/slapadd
@@ -9,7 +9,7 @@
 sbin/slappasswd
 sbin/slapschema
 sbin/slaptest
-share/examples/openldap/DB_CONFIG.example
+share/examples/openldap/DB_CONFIG
 share/examples/openldap/schema/README
 share/examples/openldap/schema/collective.schema
 share/examples/openldap/schema/corba.schema



Home | Main Index | Thread Index | Old Index