1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/openldap/files/patch-ae
Chris D. Faulhaber ca4127d070 Install ud binary with proper permissions (0755 vs. 0775).
Approved by:	Maintainer
Obtained from:	Christian Kleinewaechter <kleinew@MATHEMATIK.UNI-BIELEFELD.DE>
		(via BugTraq)
2000-07-29 01:00:24 +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)