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 22:12:35
Message-Id: 20110329221225.6F18520057@flycatcher.gentoo.org
1 ramereth 11/03/29 22:12:25
2
3 Modified: ganeti.initd
4 Log:
5 add more constraints to init script
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/files/ganeti.initd?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/files/ganeti.initd?r1=1.2&r2=1.3
15
16 Index: ganeti.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ganeti.initd 29 Mar 2011 21:23:53 -0000 1.2
23 +++ ganeti.initd 29 Mar 2011 22:12:25 -0000 1.3
24 @@ -1,10 +1,11 @@
25 #!/sbin/runscript
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v 1.2 2011/03/29 21:23:53 ramereth Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v 1.3 2011/03/29 22:12:25 ramereth Exp $
30
31 depend() {
32 need localmount xend drbd
33 + before ganeti-kvm-poweroff
34 after bootmisc nfsmount
35 }