summaryrefslogtreecommitdiffstats
path: root/main/portmap/portmap-6.0-tcpd.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-23 11:17:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-23 12:55:50 +0000
commit2ca85998fc7d7ab1dc49fd600566a7f7be7e64ac (patch)
treed3ce805926991f4688df255bf8b77c4ee9ecfbb1 /main/portmap/portmap-6.0-tcpd.patch
parent2aebc427d1072ab5195104ce8b7f94b225fc584f (diff)
downloadaports-2ca85998fc7d7ab1dc49fd600566a7f7be7e64ac.tar.bz2
aports-2ca85998fc7d7ab1dc49fd600566a7f7be7e64ac.tar.xz
main/portmap: removed
it is replaced by rpcbind
Diffstat (limited to 'main/portmap/portmap-6.0-tcpd.patch')
-rw-r--r--main/portmap/portmap-6.0-tcpd.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/main/portmap/portmap-6.0-tcpd.patch b/main/portmap/portmap-6.0-tcpd.patch
deleted file mode 100644
index c6af8f8c8..000000000
--- a/main/portmap/portmap-6.0-tcpd.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Enable compile without tcp-wrappers
-
-Patch by Timothy Redaelli <drizzt@gentoo.org>
-
-http://bugs.gentoo.org/178242
-
---- portmap_6.0/pmap_check.c
-+++ portmap_6.0/pmap_check.c
-@@ -44,7 +44,9 @@
- #include <netinet/in.h>
- #include <rpc/rpcent.h>
- #endif
-+#ifdef HOSTS_ACCESS
- #include <tcpd.h>
-+#endif
- #include <arpa/inet.h>
- #include <grp.h>
-