From f4c4de9cafa614a62ea3e7f6de1d5714c339c5bd Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 23 Jul 2010 17:55:14 +0100 Subject: [PATCH] tools/hotplug: correct xend initscript dependency in LSB part Add missing dependencies to runlevel script xend requires at least xenstored Signed-off-by: Olaf Hering Committed-by: Ian Jackson --- tools/hotplug/Linux/init.d/xend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend index 985db0c57c..dc2179b68c 100755 --- a/tools/hotplug/Linux/init.d/xend +++ b/tools/hotplug/Linux/init.d/xend @@ -8,9 +8,9 @@ # description: Starts and stops the Xen control daemon. ### BEGIN INIT INFO # Provides: xend -# Required-Start: $syslog $remote_fs +# Required-Start: $syslog $remote_fs xenstored # Should-Start: -# Required-Stop: $syslog $remote_fs +# Required-Stop: $syslog $remote_fs xenstored # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 -- 2.30.2