From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [PATCH] add a way to disable xen's udev script. Date: Wed, 8 Jun 2011 20:23:44 +0100 Message-ID: <4DEFCC40.3000103@eu.citrix.com> References: <4DEFA993.1020803@eu.citrix.com> <1307554945.4176.47.camel@dagon.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1307554945.4176.47.camel@dagon.hellion.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 06/08/2011 06:42 PM, Ian Campbell wrote: > On Wed, 2011-06-08 at 17:55 +0100, Vincent Hanquez wrote: >> Add a way to disable xen's udev scripts by using a dummy file. > > Why? > > Does one of "chmod -x" or "rm" not suffice? Because it provides the ability to install side-by-side multiple toolstacks, including one that doesn't use the xen's xend udev scripts. chmod -x and rm would do the same things (provided udev isn't unhappy), but modifying files of package A from another package B is highly frowned upon. -- Vincent