Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt/files: libvirtd.init-r10
Date: Tue, 30 Oct 2012 05:17:54
Message-Id: 20121030051743.12B8A21601@flycatcher.gentoo.org
1 cardoe 12/10/30 05:17:43
2
3 Modified: libvirtd.init-r10
4 Log:
5 Add a temporary use on dbus until we can come up with a better no-op use to depend on.
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emulation/libvirt/files/libvirtd.init-r10
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirtd.init-r10?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirtd.init-r10?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirtd.init-r10?r1=1.1&r2=1.2
15
16 Index: libvirtd.init-r10
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/files/libvirtd.init-r10,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libvirtd.init-r10 30 Oct 2012 04:43:43 -0000 1.1
23 +++ libvirtd.init-r10 30 Oct 2012 05:17:42 -0000 1.2
24 @@ -6,8 +6,7 @@
25 description_reload="Restarts the libvirt daemon without stopping your VMs"
26
27 depend() {
28 - USE_FLAG_AVAHI
29 - use USE_FLAG_ISCSI USE_FLAG_RBD
30 + use USE_FLAG_AVAHI USE_FLAG_ISCSI USE_FLAG_RBD dbus
31 after ntp-client ntpd nfs nfsmount portmap rpc.statd iptables ip6tables ebtables corosync sanlock cgconfig
32 }