install $(localstatedir)/openldap-ldbm with mode 700

This commit is contained in:
Kurt Zeilenga 2000-05-29 05:51:24 +00:00
parent e45979599d
commit c70cb72ef9

View file

@ -268,7 +268,7 @@ install-schema: FORCE
install-conf: FORCE
@-$(MKDIR) $(DESTDIR)$(sysconfdir)
@-$(MKDIR) $(DESTDIR)$(localstatedir)/openldap-ldbm
@-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-ldbm
@for i in $(CFFILES); do \
tmpcf=$$i.tmp ; \
if test $$i = slapd.conf ; then \