diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-06-03 22:20:06 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-06-03 22:20:06 +0000 |
commit | 532467b3878ce7264d7eb682852f132385c450a1 (patch) | |
tree | cddd39ff5bd230cf38bb6fa5369c1d1ac617cb4d /app-emulation | |
parent | Change the live build to use the latest init script (diff) | |
download | gentoo-2-532467b3878ce7264d7eb682852f132385c450a1.tar.gz gentoo-2-532467b3878ce7264d7eb682852f132385c450a1.tar.bz2 gentoo-2-532467b3878ce7264d7eb682852f132385c450a1.zip |
Ensure sanlock is started before us as well
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rwxr-xr-x | app-emulation/libvirt/files/libvirtd.init-r4 | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index d4da19673514..24f76d26674d 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.109 2011/06/03 22:17:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.110 2011/06/03 22:20:06 cardoe Exp $ + + 03 Jun 2011; Doug Goldstein <cardoe@gentoo.org> files/libvirtd.init-r4: + Ensure sanlock is started before us as well 03 Jun 2011; Doug Goldstein <cardoe@gentoo.org> libvirt-9999.ebuild: Change the live build to use the latest init script diff --git a/app-emulation/libvirt/files/libvirtd.init-r4 b/app-emulation/libvirt/files/libvirtd.init-r4 index 41c801c97137..9e185132000f 100755 --- a/app-emulation/libvirt/files/libvirtd.init-r4 +++ b/app-emulation/libvirt/files/libvirtd.init-r4 @@ -4,7 +4,7 @@ opts="start stop status reload restart" depend() { need net - after ntp-client ntpd nfs iscsid nfsmount portmap rpc.statd iptables ip6tables ebtables ceph corosync + after ntp-client ntpd nfs iscsid nfsmount portmap rpc.statd iptables ip6tables ebtables ceph corosync sanlock } libvirtd_virsh() { |