[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, wheezy, updated. debian/0.9.12-10

Guido Günther agx at sigxcpu.org
Wed Mar 6 09:11:47 UTC 2013


The following commit has been merged in the wheezy branch:
commit 424ffbc181f7478c14de5cd0eaa9b3240999cef3
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Mar 5 12:32:05 2013 +0100

    Revert "Enable systemd services"
    
    We enabled systemd support in 0.9.13
    
    Thanks: Antti-Juhani Kaijanaho
    Closes: #702324

diff --git a/debian/libvirt-bin.postinst b/debian/libvirt-bin.postinst
index e706f88..53119a2 100644
--- a/debian/libvirt-bin.postinst
+++ b/debian/libvirt-bin.postinst
@@ -97,12 +97,6 @@ case "$1" in
 	    sleep 1
 	fi
 
-	# enable libvirt-{bin,guests} for systemd
-	if [ -x /bin/systemctl ] && [ -d /sys/fs/cgroup/systemd ]; then
-            systemctl enable libvirt-bin.service
-            systemctl enable libvirt-guests.service
-	fi
-
 	if dpkg --compare-versions "$2" lt "0.6.1-2"; then
 	    if [ -e /etc/rc2.d/S20libvirt-bin ] && \
 	       [ -e /etc/rc3.d/S20libvirt-bin ] && \

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list