diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-29 09:00:24 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-29 09:00:24 +0800 |
commit | a1ef8f398cb4b25334a18cc97a0571090e5ae41a (patch) | |
tree | d4661c33cef323462c9de788020557c418a11782 /net | |
parent | 822afa20444ed1601d8cb7d37c42c2445d37eb9b (diff) | |
download | freebsd-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-ae | 8 | ||||
-rw-r--r-- | net/openldap12/files/patch-ae | 8 |
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) |