From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] correct xend initscript dependency in LSB part Date: Fri, 30 Jul 2010 17:28:15 +0200 Message-ID: <20100730152815.GA707@aepfle.de> References: <20100723122120.GF3540@aepfle.de> <20100730160112.227ecc50@marah.osrc.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20100730160112.227ecc50@marah.osrc.amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Conny Seidel Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Fri, Jul 30, Conny Seidel wrote: > Hi, > > On Fri, 23 Jul 2010 08:21:20 -0400 > Olaf Hering wrote: > > >Add missing dependencies to runlevel script > >xend requires at least xenstored > > This change only makes sense, if there is a /etc/init.d/xenstored > init-script, which I wasn't able to find in the sources. The Required/Should-Start lines reference Provides lines in other runlevel scripts, so that tools which actually create the runlevel links and their numbers can get the ordering right. Do you see any issues with my change? Olaf