From 41267d71d425910ad2dfc470549cb20f6b7f5586adfe35d09dc1ab79a25d8d2c Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 25 Aug 2011 02:34:20 +0000 Subject: [PATCH] cgconfig should be available when libvirtd is running OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=143 --- libvirt.changes | 6 ++++++ libvirtd.init | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 53ac2c5..19c34a9 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 24 20:29:37 MDT 2011 - jfehlig@novell.com + +- Add cgconfig to Should-{Start,Stop} in libvirtd init script + bnc#712245 + ------------------------------------------------------------------- Fri Aug 19 15:21:39 MDT 2011 - jfehlig@suse.com diff --git a/libvirtd.init b/libvirtd.init index 42a0158..dd77685 100644 --- a/libvirtd.init +++ b/libvirtd.init @@ -6,10 +6,10 @@ ### BEGIN INIT INFO # Provides: libvirtd # Required-Start: $network $remote_fs -# Should-Start: xend +# Should-Start: xend cgconfig # Default-Start: 3 5 # Required-Stop: $network $remote_fs -# Should-Stop: xend +# Should-Stop: xend cgconfig # Default-Stop: 0 1 2 4 6 # Short-Description: daemon for libvirt virtualization API # Description: This is a daemon for managing QEMU guest instances