Gentoo Archives: gentoo-commits

From: "Lance Albertson (ramereth)" <ramereth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti/files: ganeti.initd
Date: Tue, 29 Mar 2011 21:24:08
Message-Id: 20110329212354.06FC220057@flycatcher.gentoo.org
1 ramereth 11/03/29 21:23:54
2
3 Modified: ganeti.initd
4 Log:
5 add nfsmount deps to init script
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emulation/ganeti/files/ganeti.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/files/ganeti.initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/files/ganeti.initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/files/ganeti.initd?r1=1.1&r2=1.2
15
16 Index: ganeti.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ganeti.initd 23 Nov 2007 12:45:00 -0000 1.1
23 +++ ganeti.initd 29 Mar 2011 21:23:53 -0000 1.2
24 @@ -1,11 +1,11 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v 1.1 2007/11/23 12:45:00 hansmi Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v 1.2 2011/03/29 21:23:53 ramereth Exp $
31
32 depend() {
33 need localmount xend drbd
34 - after bootmisc
35 + after bootmisc nfsmount
36 }
37
38 checkconfig() {