From: Kurt Zeilenga Date: Mon, 29 May 2000 05:51:24 +0000 (+0000) Subject: install $(localstatedir)/openldap-ldbm with mode 700 X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2810 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c70cb72ef95a2eb134593863e47a39e578d60da9;p=openldap install $(localstatedir)/openldap-ldbm with mode 700 --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 6da5b9f279..b5d4df2145 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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 \