]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs-utils-statdpath.patch
- use simple Source0 URL
[packages/nfs-utils.git] / nfs-utils-statdpath.patch
1 --- nfs-utils-1.1.4/Makefile.am~        2009-03-05 12:29:46.000000000 +0100
2 +++ nfs-utils-1.1.4/Makefile.am 2009-03-05 12:44:46.000000000 +0100
3 @@ -54,8 +54,8 @@
4         touch $(DESTDIR)$(statedir)/xtab; chmod 644 $(DESTDIR)$(statedir)/xtab
5         touch $(DESTDIR)$(statedir)/etab; chmod 644 $(DESTDIR)$(statedir)/etab
6         touch $(DESTDIR)$(statedir)/rmtab; chmod 644 $(DESTDIR)$(statedir)/rmtab
7 -       mkdir -p $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak
8 -       touch $(DESTDIR)$(statedir)/state
9 +       mkdir -p $(DESTDIR)$(statedir)/statd/sm $(DESTDIR)$(statedir)/statd/sm.bak
10 +       touch $(DESTDIR)$(statedir)/statd/state
11  
12  uninstall-hook:
13         rm $(DESTDIR)$(statedir)/xtab
14 --- nfs-utils-1.2.2/utils/statd/statd.man~      2010-02-18 13:35:00.000000000 +0100
15 +++ nfs-utils-1.2.2/utils/statd/statd.man       2010-02-24 17:30:05.097124679 +0100
16 @@ -232,7 +232,7 @@
17  If this option is not specified,
18  .B rpc.statd
19  uses
20 -.I /var/lib/nfs
21 +.I /var/lib/nfs/statd
22  by default.
23  .IP
24  After starting,
25 @@ -365,13 +365,13 @@
26  will operate.
27  .SH FILES
28  .TP 2.5i
29 -.I /var/lib/nfs/sm
30 +.I /var/lib/nfs/statd/sm
31  directory containing monitor list
32  .TP 2.5i
33 -.I /var/lib/nfs/sm.bak
34 +.I /var/lib/nfs/statd/sm.bak
35  directory containing notify list
36  .TP 2.5i
37 -.I /var/lib/nfs/state
38 +.I /var/lib/nfs/statd/state
39  NSM state number for this host
40  .TP 2.5i
41  .I /var/run/run.statd.pid
42 --- nfs-utils-1.2.2/utils/statd/sm-notify.man~  2010-02-18 13:35:00.000000000 +0100
43 +++ nfs-utils-1.2.2/utils/statd/sm-notify.man   2010-02-24 17:30:27.917124808 +0100
44 @@ -186,7 +186,7 @@
45  If this option is not specified,
46  .B sm-notify
47  uses
48 -.I /var/lib/nfs
49 +.I /var/lib/nfs/statd
50  by default.
51  .IP
52  After starting,
53 @@ -287,13 +287,13 @@
54  command supports sending notification only via datagram transport protocols.
55  .SH FILES
56  .TP 2.5i
57 -.I /var/lib/nfs/sm
58 +.I /var/lib/nfs/statd/sm
59  directory containing monitor list
60  .TP 2.5i
61 -.I /var/lib/nfs/sm.bak
62 +.I /var/lib/nfs/statd/sm.bak
63  directory containing notify list
64  .TP 2.5i
65 -.I /var/lib/nfs/state
66 +.I /var/lib/nfs/statd/state
67  NSM state number for this host
68  .TP 2.5i
69  .I /proc/sys/fs/nfs/nsm_local_state
This page took 0.054102 seconds and 3 git commands to generate.