Skip to content
Snippets Groups Projects
Commit 29a5c972 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

create openldap-data, not openldap-ldbm

parent d4a940d5
No related branches found
No related tags found
No related merge requests found
......@@ -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)"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment