diff options
author | knu <knu@FreeBSD.org> | 2000-11-02 01:42:48 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-02 01:42:48 +0000 |
commit | f4bee600a4fce99cf1d0902bee5b64862d926580 (patch) | |
tree | c9a2b8a2de829afb5058a7089e518f635860b3e3 /net/openldap22-server | |
parent | 81d3dffbfeb2bf2dab626d27283a708a8bf4cc57 (diff) | |
download | FreeBSD-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/openldap22-server')
-rw-r--r-- | net/openldap22-server/files/patch-clients_ud_Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/openldap22-server/files/patch-clients_ud_Makefile.in b/net/openldap22-server/files/patch-clients_ud_Makefile.in new file mode 100644 index 0000000..18f342c --- /dev/null +++ b/net/openldap22-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) |