From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH for-xen-4.5] tools/hotplug: use configure --sysconfdir result Date: Tue, 14 Oct 2014 11:35:29 +0200 Message-ID: <20141014093529.GA27836@aepfle.de> References: <1413269723-28599-1-git-send-email-olaf@aepfle.de> <1413279117.1497.25.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1413279117.1497.25.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Wei Liu , Ian Jackson , Stefano Stabellini , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, Oct 14, Ian Campbell wrote: > On Tue, 2014-10-14 at 08:55 +0200, Olaf Hering wrote: > > ... instead of hardcoding values and guess where they config files may > > be. Also use the result of --with-sysconfig-leaf-dir. > > > > Signed-off-by: Olaf Hering > > Acked-by: Ian Campbell > > Is this a bug fix or a feature? What are the risks? IsLKonrad OK with Now that these files are installed in --sysconfig=DIR its wrong to parse some other files that may or may not exist on the system. So in that sense its a bugfix. Olaf