From 868b1509a25d9928c31351b6b811774bf4654469 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 4 Feb 2015 09:31:52 -0500 Subject: [PATCH] Updated rc2 patch with the latest bits Signed-off-by: Steve Dickson --- rpcbind-0.2.3-rc2.patch | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/rpcbind-0.2.3-rc2.patch b/rpcbind-0.2.3-rc2.patch index 868098a..3027d66 100644 --- a/rpcbind-0.2.3-rc2.patch +++ b/rpcbind-0.2.3-rc2.patch @@ -498,18 +498,9 @@ index 7d56479..a6c835b 100644 IN6_IS_ADDR_LINKLOCAL(&SA2SIN6ADDR(caller_sa)) && IN6_IS_ADDR_LINKLOCAL(&SA2SIN6ADDR(hint_sa))) { diff --git a/src/warmstart.c b/src/warmstart.c -index d1bb971..e2f325d 100644 +index d1bb971..b6eb73e 100644 --- a/src/warmstart.c +++ b/src/warmstart.c -@@ -49,7 +49,7 @@ - #include "rpcbind.h" - - #ifndef RPCBIND_STATEDIR --#define RPCBIND_STATEDIR "/tmp" -+#define RPCBIND_STATEDIR "/run" - #endif - - /* These files keep the pmap_list and rpcb_list in XDR format */ @@ -101,14 +101,15 @@ read_struct(char *filename, xdrproc_t structproc, void *list) { FILE *fp;