From f4bee600a4fce99cf1d0902bee5b64862d926580 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 2 Nov 2000 01:42:48 +0000 Subject: Add a patch to correct the permissions with which ud is installed. This patch was somehow dropped during OpenLDAP 1.x -> 2.x update. Submitted by: nectar --- net/openldap22-server/files/patch-clients_ud_Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/openldap22-server/files/patch-clients_ud_Makefile.in (limited to 'net/openldap22-server') diff --git a/net/openldap22-server/files/patch-clients_ud_Makefile.in b/net/openldap22-server/files/patch-clients_ud_Makefile.in new file mode 100644 index 000000000000..18f342c29a53 --- /dev/null +++ b/net/openldap22-server/files/patch-clients_ud_Makefile.in @@ -0,0 +1,8 @@ +--- clients/ud/Makefile.in.orig Wed Jan 13 20:02:11 1999 ++++ clients/ud/Makefile.in Wed Jul 26 14:24:14 2000 +@@ -26,4 +26,4 @@ + install-local: FORCE + -$(MKDIR) $(bindir) + -mv -f $(bindir)/ud $(bindir)/ud- +- $(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir) ++ $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir) -- cgit