freebsd-ports/net/openldap20-server/files/patch-clients_ud_Makefile.in
Akinori MUSHA 2d887279f6 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
2000-11-02 01:42:48 +00:00

9 lines
309 B
Plaintext

--- 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)