Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xend.initd-r1 xend.initd-r2
Date: Thu, 02 Jan 2014 04:58:59
Message-Id: 20140102045854.109672004C@flycatcher.gentoo.org
1 idella4 14/01/02 04:58:53
2
3 Modified: xend.initd-r1 xend.initd-r2
4 Log:
5 Remove un-needed var 'opts' from xend init scripts noted by mva
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.4 app-emulation/xen-tools/files/xend.initd-r1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r1?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r1?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r1?r1=1.3&r2=1.4
15
16 Index: xend.initd-r1
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r1,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xend.initd-r1 30 Jul 2013 15:01:38 -0000 1.3
23 +++ xend.initd-r1 2 Jan 2014 04:58:53 -0000 1.4
24 @@ -1,9 +1,8 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r1,v 1.3 2013/07/30 15:01:38 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r1,v 1.4 2014/01/02 04:58:53 idella4 Exp $
31
32 -opts="start stop status restart"
33 extra_commands="status"
34
35 depend() {
36
37
38
39 1.5 app-emulation/xen-tools/files/xend.initd-r2
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2?r1=1.4&r2=1.5
44
45 Index: xend.initd-r2
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- xend.initd-r2 30 Jul 2013 15:01:38 -0000 1.4
52 +++ xend.initd-r2 2 Jan 2014 04:58:53 -0000 1.5
53 @@ -1,9 +1,8 @@
54 #!/sbin/runscript
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2,v 1.4 2013/07/30 15:01:38 idella4 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2,v 1.5 2014/01/02 04:58:53 idella4 Exp $
60
61 -opts="start stop status restart"
62 extra_commands="status"
63
64 depend() {