]> git.sur5r.net Git - openldap/commitdiff
create openldap-data, not openldap-ldbm
authorKurt Zeilenga <kurt@openldap.org>
Sat, 2 Feb 2002 06:23:35 +0000 (06:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 2 Feb 2002 06:23:35 +0000 (06:23 +0000)
servers/slapd/Makefile.in

index f14262f03dfe151abafefa801a509d1ee31336fc..f977e9c1e6657f0ba9167dd0b67a1e78e537fa9b 100644 (file)
@@ -370,7 +370,7 @@ install-schema: FORCE
 
 install-conf: FORCE
        @-$(MKDIR) $(DESTDIR)$(sysconfdir)
-       @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-ldbm
+       @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-data
        $(INSTALL) $(INSTALLFLAGS) -m 600 slapd.conf.tmp $(DESTDIR)$(sysconfdir)/slapd.conf.default
        if test ! -f $(DESTDIR)$(sysconfdir)/slapd.conf; then \
                echo "installing slapd.conf in $(sysconfdir)"; \