SOURCES: rpcbind-warmstart.patch (NEW) - put XDR dumps in better p...
baggins
baggins at pld-linux.org
Tue Apr 24 17:30:56 CEST 2007
Author: baggins Date: Tue Apr 24 15:30:52 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- put XDR dumps in better place
---- Files affected:
SOURCES:
rpcbind-warmstart.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/rpcbind-warmstart.patch
diff -u /dev/null SOURCES/rpcbind-warmstart.patch:1.1
--- /dev/null Tue Apr 24 17:30:52 2007
+++ SOURCES/rpcbind-warmstart.patch Tue Apr 24 17:30:47 2007
@@ -0,0 +1,14 @@
+--- rpcbind-0.1.4/src/warmstart.c~ 2004-10-25 14:07:42.000000000 +0200
++++ rpcbind-0.1.4/src/warmstart.c 2007-04-24 16:46:58.000000000 +0200
+@@ -54,9 +54,9 @@
+
+
+ /* These files keep the pmap_list and rpcb_list in XDR format */
+-#define RPCBFILE "/tmp/rpcbind.file"
++#define RPCBFILE "/var/lib/rpcbind/rpcbind.file"
+ #ifdef PORTMAP
+-#define PMAPFILE "/tmp/portmap.file"
++#define PMAPFILE "/var/lib/rpcbind/portmap.file"
+ #endif
+
+ static bool_t write_struct __P((char *, xdrproc_t, void *));
================================================================
More information about the pld-cvs-commit
mailing list