From 47444616194217df214a24ab44397fe3508553b0 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 2 Mar 2012 15:12:32 +0100 Subject: [PATCH] daemon: Remove deprecated HAL from init script dependencies The init script for the daemon requests to start HAL although it has been deprecated long time ago. This patch removes the dependency. (cherry picked from commit 2dcca3ec0a28c6562ebfbe7a5eae4729fb5de904) --- daemon/libvirtd.init.in | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/libvirtd.init.in b/daemon/libvirtd.init.in index 0697a2b692..295ae975a7 100644 --- a/daemon/libvirtd.init.in +++ b/daemon/libvirtd.init.in @@ -8,7 +8,6 @@ # Required-Start: $network messagebus # Should-Start: $named # Should-Start: xend -# Should-Start: hal # Should-Start: avahi-daemon # Required-Stop: $network messagebus # Should-Stop: $named -- GitLab