summaryrefslogtreecommitdiffstats
path: root/net/openldap24-server
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-11-02 01:42:48 +0000
committerknu <knu@FreeBSD.org>2000-11-02 01:42:48 +0000
commitf4bee600a4fce99cf1d0902bee5b64862d926580 (patch)
treec9a2b8a2de829afb5058a7089e518f635860b3e3 /net/openldap24-server
parent81d3dffbfeb2bf2dab626d27283a708a8bf4cc57 (diff)
downloadFreeBSD-ports-f4bee600a4fce99cf1d0902bee5b64862d926580.zip
FreeBSD-ports-f4bee600a4fce99cf1d0902bee5b64862d926580.tar.gz
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
Diffstat (limited to 'net/openldap24-server')
-rw-r--r--net/openldap24-server/files/patch-clients_ud_Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/openldap24-server/files/patch-clients_ud_Makefile.in b/net/openldap24-server/files/patch-clients_ud_Makefile.in
new file mode 100644
index 0000000..18f342c
--- /dev/null
+++ b/net/openldap24-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)
OpenPOWER on IntegriCloud