Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: nfs.initd nfsmount.initd
Date: Sun, 30 Dec 2007 17:43:34
Message-Id: E1J92C8-0005F9-5D@stork.gentoo.org
1 vapier 07/12/30 17:43:28
2
3 Modified: nfs.initd nfsmount.initd
4 Log:
5 add appropriate config lines to depend()
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.8 net-fs/nfs-utils/files/nfs.initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs.initd?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs.initd?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs.initd?r1=1.7&r2=1.8
14
15 Index: nfs.initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- nfs.initd 29 Dec 2007 09:33:28 -0000 1.7
22 +++ nfs.initd 30 Dec 2007 17:43:27 -0000 1.8
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.7 2007/12/29 09:33:28 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.8 2007/12/30 17:43:27 vapier Exp $
29
30 opts="reload"
31
32 @@ -20,6 +20,7 @@
33 if ! awk '!/^[[:space:]]*#/ && $2 ~ /sec=/ { exit 1 }' /etc/exports ; then
34 myneed="${myneed} rpc.gssd"
35 fi
36 + config /etc/exports
37 need portmap rpc.statd ${myneed}
38 use ypbind net dns rpc.rquotad rpc.idmapd rpc.gssd
39 after quota
40
41
42
43 1.6 net-fs/nfs-utils/files/nfsmount.initd
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd?r1=1.5&r2=1.6
48
49 Index: nfsmount.initd
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- nfsmount.initd 29 Dec 2007 09:46:04 -0000 1.5
56 +++ nfsmount.initd 30 Dec 2007 17:43:27 -0000 1.6
57 @@ -1,7 +1,7 @@
58 #!/sbin/runscript
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd,v 1.5 2007/12/29 09:46:04 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd,v 1.6 2007/12/30 17:43:27 vapier Exp $
63
64 [ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs
65
66 @@ -11,6 +11,7 @@
67 local ret=$?
68 [ ${ret} -ne 0 ] && myneed="${myneed} rpc.idmapd"
69 [ ${ret} -eq 1 ] && myneed="${myneed} rpc.gssd"
70 + config /etc/fstab
71 need net portmap rpc.statd ${myneed}
72 use ypbind dns rpc.idmapd rpc.gssd
73 }
74
75
76
77 --
78 gentoo-commits@g.o mailing list