From 59ad91a880695808c5b4efe88fa46286662e4cfc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Dec 2010 10:12:14 +0000 Subject: unfs-server: Fix PV so it obeys the version number policy Signed-off-by: Richard Purdie --- .../018-remove-tcp-wrappers.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/018-remove-tcp-wrappers.patch (limited to 'meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/018-remove-tcp-wrappers.patch') diff --git a/meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/018-remove-tcp-wrappers.patch b/meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/018-remove-tcp-wrappers.patch deleted file mode 100644 index 95ecdee61..000000000 --- a/meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/018-remove-tcp-wrappers.patch +++ /dev/null @@ -1,20 +0,0 @@ -# Remove the requirement to link with libwrap -# Patch origin: Wind River - -Index: nfs-server-2.2beta47/haccess.c -=================================================================== ---- nfs-server-2.2beta47.orig/haccess.c 1999-04-08 08:47:19.000000000 -0400 -+++ nfs-server-2.2beta47/haccess.c 2006-08-07 17:05:31.868221639 -0400 -@@ -79,8 +79,12 @@ - clients[hash] = hp; - - hp->clnt_addr = addr; -+#ifdef USE_TCP_WRAPPERS - hp->status = hosts_ctl(rpcprog, "unknown", - inet_ntoa(addr), "root"); -+#else -+ hp->status = 1; -+#endif - nrhosts++; - } - -- cgit v1.2.3