From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 0/4 v2] tools/hotplug: systemd changes for 4.5 Date: Thu, 11 Dec 2014 20:20:59 +0100 Message-ID: <20141211192058.GA5709@aepfle.de> References: <1418033889-11616-1-git-send-email-olaf@aepfle.de> <20141210204226.GA13076@laptop.dumpdata.com> <20141211084302.GA16507@aepfle.de> <20141211120424.GA25950@aepfle.de> <20141211191527.GB18992@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: <20141211191527.GB18992@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: xen-devel@lists.xen.org, M A Young List-Id: xen-devel@lists.xenproject.org On Thu, Dec 11, Konrad Rzeszutek Wilk wrote: > I wonder if we can detect the context during build-time (an autoconf function > that checks whether the build is done for Fedora?) > But what if the version of Fedora is different and the object is called > something else? Exactly. The build host is not the host where the code runs. It just happens to be the same in your case. This and the fact that xenstored cant (appearently) be launched via a wrapper script makes we wonder how to deal with SELinux... Olaf