[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, squeeze, updated. debian/0.8.3-5+squeeze1-1-gf559e58
Guido Günther
agx at sigxcpu.org
Tue Jun 7 07:21:10 UTC 2011
The following commit has been merged in the squeeze branch:
commit f559e58cfb469a21e0176a64df58049368866252
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat Jan 22 13:25:44 2011 +0100
libvirt-bin.init: add cgconfig to Should-Start
This ensures we reliably process cgroups before starting libvirtd
Closes: #610738
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 730617a..8dade75 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -9,7 +9,8 @@
# Provides: libvirt-bin libvirtd
# Required-Start: $network $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
-# Should-Start: hal avahi
+# Should-Start: hal avahi cgconfig
+# Should-Stop: cgconfig
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: libvirt management daemon
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list