Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/nova/files: nova.initd
Date: Mon, 28 Apr 2014 04:00:55
Message-Id: 20140428040051.4C4D92004B@flycatcher.gentoo.org
1 prometheanfire 14/04/28 04:00:51
2
3 Modified: nova.initd
4 Log:
5 don't depend unneeded init stuff
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.3 sys-cluster/nova/files/nova.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?r1=1.2&r2=1.3
15
16 Index: nova.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/files/nova.initd,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- nova.initd 28 Apr 2014 03:03:58 -0000 1.2
23 +++ nova.initd 28 Apr 2014 04:00:51 -0000 1.3
24 @@ -12,7 +12,6 @@
25
26 depend() {
27 need net
28 - need rabbitmq
29 }
30
31 start_pre() {