]> git.sur5r.net Git - openldap/commitdiff
install $(localstatedir)/openldap-ldbm with mode 700
authorKurt Zeilenga <kurt@openldap.org>
Mon, 29 May 2000 05:51:24 +0000 (05:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 29 May 2000 05:51:24 +0000 (05:51 +0000)
servers/slapd/Makefile.in

index 6da5b9f2790a54b8b6de1a10a02759ce6376e9c8..b5d4df214591a3309f18b4f18e073b9fcb18fdec 100644 (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 \