Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xendomains.initd-r2
Date: Mon, 28 Nov 2011 18:29:59
Message-Id: 20111128182919.E34E82004B@flycatcher.gentoo.org
1 alexxy 11/11/28 18:29:19
2
3 Modified: xendomains.initd-r2
4 Log:
5 Move -9999 to virtualization overlay and revbump xen-tools to EAPI4
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-emulation/xen-tools/files/xendomains.initd-r2
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2?r1=1.2&r2=1.3
15
16 Index: xendomains.initd-r2
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xendomains.initd-r2 10 Sep 2011 17:22:46 -0000 1.2
23 +++ xendomains.initd-r2 28 Nov 2011 18:29:19 -0000 1.3
24 @@ -1,13 +1,13 @@
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/xen-tools/files/xendomains.initd-r2,v 1.2 2011/09/10 17:22:46 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2,v 1.3 2011/11/28 18:29:19 alexxy Exp $
30
31 opts="start stop status restart"
32
33 depend() {
34 - need xenstored xenconsoled xend
35 - after dhcp
36 + need xenstored xenconsoled
37 + after dhcp xend
38 }
39
40 get_domname() {