mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
install $(localstatedir)/openldap-ldbm with mode 700
This commit is contained in:
parent
e45979599d
commit
c70cb72ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue