]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-utils-statdpath.patch
- bugfixes from FC
[packages/nfs-utils.git] / nfs-utils-statdpath.patch
CommitLineData
42b01337
JR
1--- ./utils/statd/statd.h.orig 2002-09-01 22:31:23.000000000 -0400
2+++ ./utils/statd/statd.h 2003-07-21 10:45:54.000000000 -0400
3@@ -13,10 +13,11 @@
4 /*
5 * Paths and filenames.
6 */
7+#define STATD_PATH_XTN "statd/"
8 #if defined(NFS_STATEDIR)
9-# define DEFAULT_DIR_BASE NFS_STATEDIR "/"
10+# define DEFAULT_DIR_BASE NFS_STATEDIR "/" STATD_PATH_XTN
11 #else
12-# define DEFAULT_DIR_BASE "/var/lib/nfs/"
13+# define DEFAULT_DIR_BASE "/var/lib/nfs/" STATD_PATH_XTN
14 #endif
15
16 #define DEFAULT_SM_DIR DEFAULT_DIR_BASE "sm"
17--- ./utils/statd/statd.man.orig 2002-09-16 15:23:03.000000000 -0400
18+++ ./utils/statd/statd.man 2003-06-02 15:01:41.000000000 -0400
19@@ -23,7 +23,7 @@ reboots.
20 For each NFS client or server machine to be monitored,
21 .B rpc.statd
22 creates a file in
23-.BR /var/lib/nfs/sm .
24+.BR /var/lib/nfs/statd/sm .
25 When starting, it iterates through these files and notifies the
26 peer
27 .B rpc.statd
28@@ -136,11 +136,11 @@ and
29 manual pages.
30
31 .SH FILES
32-.BR /var/lib/nfs/state
33+.BR /var/lib/nfs/statd/sm/state
34 .br
35-.BR /var/lib/nfs/sm/*
36+.BR /var/lib/nfs/statd/sm/*
37 .br
38-.BR /var/lib/nfs/sm.bak/*
39+.BR /var/lib/nfs/statd/sm.bak/*
40 .SH SEE ALSO
41 .BR rpc.nfsd(8),
42 .BR portmap(8)
This page took 0.047826 seconds and 4 git commands to generate.