aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-07-29 09:00:24 +0800
committerjedgar <jedgar@FreeBSD.org>2000-07-29 09:00:24 +0800
commita1ef8f398cb4b25334a18cc97a0571090e5ae41a (patch)
treed4661c33cef323462c9de788020557c418a11782 /net
parent822afa20444ed1601d8cb7d37c42c2445d37eb9b (diff)
downloadfreebsd-ports-gnome-a1ef8f398cb4b25334a18cc97a0571090e5ae41a.tar.gz
freebsd-ports-gnome-a1ef8f398cb4b25334a18cc97a0571090e5ae41a.tar.zst
freebsd-ports-gnome-a1ef8f398cb4b25334a18cc97a0571090e5ae41a.zip
Install ud binary with proper permissions (0755 vs. 0775).
Approved by: Maintainer Obtained from: Christian Kleinewaechter <kleinew@MATHEMATIK.UNI-BIELEFELD.DE> (via BugTraq)
Diffstat (limited to 'net')
-rw-r--r--net/openldap/files/patch-ae8
-rw-r--r--net/openldap12/files/patch-ae8
2 files changed, 16 insertions, 0 deletions
diff --git a/net/openldap/files/patch-ae b/net/openldap/files/patch-ae
new file mode 100644
index 000000000000..18f342c29a53
--- /dev/null
+++ b/net/openldap/files/patch-ae
@@ -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)
diff --git a/net/openldap12/files/patch-ae b/net/openldap12/files/patch-ae
new file mode 100644
index 000000000000..18f342c29a53
--- /dev/null
+++ b/net/openldap12/files/patch-ae
@@ -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)