From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH] correct xend initscript dependency in LSB part Date: Fri, 23 Jul 2010 14:21:20 +0200 Message-ID: <20100723122120.GF3540@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Add missing dependencies to runlevel script xend requires at least xenstored Signed-off-by: Olaf Hering --- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xend +++ xen-unstable.hg-4.1.21836/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