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: Wed, 12 Nov 2014 18:06:57 +0100 Message-ID: <20141112170657.GA15386@aepfle.de> References: <1413269723-28599-1-git-send-email-olaf@aepfle.de> <20141112110640.GA26748@aepfle.de> <1415790726.29592.4.camel@citrix.com> <20141112152111.GE6017@laptop.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20141112152111.GE6017@laptop.dumpdata.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: Konrad Rzeszutek Wilk Cc: Wei Liu , xen-devel@lists.xen.org, Ian Jackson , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Wed, Nov 12, Konrad Rzeszutek Wilk wrote: > What happens if we do not take that in now but delay to Xen 4.6? I will be very unhappy... I mean, what exactly is the concern here?! > Will systemd still correctly work? It looks like it will and > this is just an improvement that makes the code be more streamlined. > > It does not fix a bug (at least that is what I see from > reading), I believe this should be deferred to Xen 4.6. It does fix a bug. If the whole thing was configured with --prefix=X --sysconfdir=Y parts of it will still refer to hardcoded paths entirely unrelated to what was just installed with 'make install'. Olaf