mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
create openldap-data, not openldap-ldbm
This commit is contained in:
parent
d4a940d55e
commit
29a5c97265
@ -370,7 +370,7 @@ install-schema: FORCE
|
|||||||
|
|
||||||
install-conf: FORCE
|
install-conf: FORCE
|
||||||
@-$(MKDIR) $(DESTDIR)$(sysconfdir)
|
@-$(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
|
$(INSTALL) $(INSTALLFLAGS) -m 600 slapd.conf.tmp $(DESTDIR)$(sysconfdir)/slapd.conf.default
|
||||||
if test ! -f $(DESTDIR)$(sysconfdir)/slapd.conf; then \
|
if test ! -f $(DESTDIR)$(sysconfdir)/slapd.conf; then \
|
||||||
echo "installing slapd.conf in $(sysconfdir)"; \
|
echo "installing slapd.conf in $(sysconfdir)"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user