Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: rpc-statd.service-r2 nfsd.service-r1 rpc-svcgssd.service rpc-mountd.service-r1 nfs-utils.conf rpc-idmapd.service proc-fs-nfsd.mount rpc-gssd.service var-lib-nfs-rpc_pipefs.mount
Date: Sat, 01 Feb 2014 19:01:41
Message-Id: 20140201190137.372EB2004C@flycatcher.gentoo.org
1 pacho 14/02/01 19:01:36
2
3 Added: rpc-statd.service-r2 nfsd.service-r1
4 rpc-svcgssd.service rpc-mountd.service-r1
5 nfs-utils.conf rpc-idmapd.service
6 proc-fs-nfsd.mount rpc-gssd.service
7 var-lib-nfs-rpc_pipefs.mount
8 Log:
9 Ensure needed dirs are present, add/improve unit files (#497640 and #497642 by Alexander Tsoy)
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
12
13 Revision Changes Path
14 1.1 net-fs/nfs-utils/files/rpc-statd.service-r2
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-statd.service-r2?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-statd.service-r2?rev=1.1&content-type=text/plain
18
19 Index: rpc-statd.service-r2
20 ===================================================================
21 [Unit]
22 Description=NFSv2/3 Network Status Monitor Daemon
23 After=rpcbind.service
24 Requires=rpcbind.service
25 Before=remote-fs-pre.target
26 Wants=remote-fs-pre.target
27
28 [Service]
29 ExecStart=/sbin/rpc.statd -F
30
31 [Install]
32 WantedBy=multi-user.target
33
34
35
36 1.1 net-fs/nfs-utils/files/nfsd.service-r1
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfsd.service-r1?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfsd.service-r1?rev=1.1&content-type=text/plain
40
41 Index: nfsd.service-r1
42 ===================================================================
43 [Unit]
44 Description=NFS server
45 After=rpcbind.service
46 Requires=rpcbind.service
47
48 [Service]
49 Type=oneshot
50 ExecStart=/usr/sbin/rpc.nfsd 8
51 ExecStartPost=/usr/sbin/exportfs -a
52 ExecStop=/usr/sbin/rpc.nfsd 0
53 ExecStopPost=/usr/sbin/exportfs -a -u
54 RemainAfterExit=yes
55
56 [Install]
57 WantedBy=multi-user.target
58
59
60
61 1.1 net-fs/nfs-utils/files/rpc-svcgssd.service
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-svcgssd.service?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-svcgssd.service?rev=1.1&content-type=text/plain
65
66 Index: rpc-svcgssd.service
67 ===================================================================
68 [Unit]
69 Description=RPC GSS-API Server Daemon
70 Documentation=man:rpc.svcgssd(8)
71 After=rpcbind.service
72 Requires=rpcbind.service
73 Before=nfs-server.target
74 PartOf=nfs-server.target
75
76 [Service]
77 ExecStart=/usr/sbin/rpc.svcgssd -f
78
79 [Install]
80 WantedBy=multi-user.target
81
82
83
84 1.1 net-fs/nfs-utils/files/rpc-mountd.service-r1
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-mountd.service-r1?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-mountd.service-r1?rev=1.1&content-type=text/plain
88
89 Index: rpc-mountd.service-r1
90 ===================================================================
91 [Unit]
92 Description=NFS Mount Daemon
93 After=rpcbind.service nfsd.service
94 Requires=rpcbind.service nfsd.service
95
96 [Service]
97 ExecStart=/usr/sbin/rpc.mountd -F
98
99 [Install]
100 WantedBy=multi-user.target
101
102
103
104 1.1 net-fs/nfs-utils/files/nfs-utils.conf
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs-utils.conf?rev=1.1&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs-utils.conf?rev=1.1&content-type=text/plain
108
109 Index: nfs-utils.conf
110 ===================================================================
111 d /var/lib/nfs/rpc_pipefs
112 d /var/lib/nfs/v4recovery
113 d /var/lib/nfs/v4root
114
115
116
117 1.1 net-fs/nfs-utils/files/rpc-idmapd.service
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-idmapd.service?rev=1.1&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-idmapd.service?rev=1.1&content-type=text/plain
121
122 Index: rpc-idmapd.service
123 ===================================================================
124 [Unit]
125 Description=NFS v4 ID-Name Mapping Daemon
126 Documentation=man:rpc.idmapd(8) man:idmapd.conf(5)
127 After=var-lib-nfs-rpc_pipefs.mount nfsd.service
128 Requires=var-lib-nfs-rpc_pipefs.mount
129
130 [Service]
131 ExecStart=/usr/sbin/rpc.idmapd -f
132
133 [Install]
134 WantedBy=multi-user.target
135
136
137
138 1.1 net-fs/nfs-utils/files/proc-fs-nfsd.mount
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/proc-fs-nfsd.mount?rev=1.1&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/proc-fs-nfsd.mount?rev=1.1&content-type=text/plain
142
143 Index: proc-fs-nfsd.mount
144 ===================================================================
145 [Unit]
146 Description=NFS Configuration File System
147 DefaultDependencies=no
148
149 [Mount]
150 What=sunrpc
151 Where=/proc/fs/nfsd
152 Type=nfsd
153
154
155
156 1.1 net-fs/nfs-utils/files/rpc-gssd.service
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-gssd.service?rev=1.1&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/rpc-gssd.service?rev=1.1&content-type=text/plain
160
161 Index: rpc-gssd.service
162 ===================================================================
163 [Unit]
164 Description=RPC GSS-API Client Daemon
165 Documentation=man:rpc.gssd(8)
166 After=rpcbind.service var-lib-nfs-rpc_pipefs.mount
167 Requires=rpcbind.service var-lib-nfs-rpc_pipefs.mount
168 Before=remote-fs-pre.target
169
170 [Service]
171 ExecStart=/usr/sbin/rpc.gssd -f
172
173 [Install]
174 WantedBy=multi-user.target
175
176
177
178 1.1 net-fs/nfs-utils/files/var-lib-nfs-rpc_pipefs.mount
179
180 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/var-lib-nfs-rpc_pipefs.mount?rev=1.1&view=markup
181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/var-lib-nfs-rpc_pipefs.mount?rev=1.1&content-type=text/plain
182
183 Index: var-lib-nfs-rpc_pipefs.mount
184 ===================================================================
185 [Unit]
186 Description=RPC Pipe File System
187
188 [Mount]
189 What=rpc_pipefs
190 Where=/var/lib/nfs/rpc_pipefs
191 Type=rpc_pipefs