Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/glusterfs/files: glusterfs.initd
Date: Wed, 02 Dec 2009 21:37:37
Message-Id: E1NFwtC-0002yO-35@stork.gentoo.org
1 alexxy 09/12/02 21:37:34
2
3 Modified: glusterfs.initd
4 Log:
5 [sys-cluster/glusterfs] Update init.d as asked by Elvanor
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-cluster/glusterfs/files/glusterfs.initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd?r1=1.2&r2=1.3
14
15 Index: glusterfs.initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- glusterfs.initd 22 Sep 2009 20:01:14 -0000 1.2
22 +++ glusterfs.initd 2 Dec 2009 21:37:33 -0000 1.3
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd,v 1.2 2009/09/22 20:01:14 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/files/glusterfs.initd,v 1.3 2009/12/02 21:37:33 alexxy Exp $
29
30 if [[ "${SVCNAME}" != "glusterfs" ]]
31 then
32 @@ -24,6 +24,7 @@
33 need net
34 [[ -n "${GLUSTERFS_MOUNTPOINT}" ]] && need fuse
35 use dns
36 + before netmount
37 after firewall ntp-client ntpd
38 }