From 27cd66df58eec2766ee7b3ed96a47e16a62098c5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 21 Jul 2000 16:36:08 +0000 Subject: [PATCH] ud should be installed with mode 755 not 775. --- CHANGES | 1 + clients/ud/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b1a486cd0e..2a6f4f4cfe 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ Changes included in OpenLDAP 1.2.12 Engineering Build Environment Remove extra Digital UNIX symbol (ITS#590) Ignore make clean rm failure + Fix ud install mode (ITS#633) Changes included in OpenLDAP 1.2.11 CVS Tag: OPENLDAP_REL_ENG_1_2_11 diff --git a/clients/ud/Makefile.in b/clients/ud/Makefile.in index a6b94a0ae4..e764108ee3 100644 --- a/clients/ud/Makefile.in +++ b/clients/ud/Makefile.in @@ -26,4 +26,4 @@ version.c: ${OBJS} $(LDAP_LIBDEPEND) install-local: FORCE -$(MKDIR) $(bindir) -mv -f $(bindir)/ud $(bindir)/ud- - $(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir) + $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)