From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: usage of fixed path in hotplug scripts Date: Tue, 22 Apr 2014 13:37:05 +0200 Message-ID: <20140422113704.GA16659@aepfle.de> References: <20140417140614.GA27737@aepfle.de> <1398155617.31707.6.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1398155617.31707.6.camel@kazak.uk.xensource.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: Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, Apr 22, Ian Campbell wrote: > I think it would be fine to fix this up, so long as the defaults don't > change (iirc autoconf has weird ideas about /var aka $localstatedir, see > 9f7b256146dc "tools: revert to using /var and /etc/") There can be only one xen.rpm (from make rpmball) active at a time. So I think its perfectly fine to have a fixed /var dir, without $PREFIX. For /etc is more complex because some parts are system configuration (udev), other parts are internal to xen (scripts), and runlevel scripts can be started manually if needed. Adding $PREFIX to /etc feels wrong. In any case, I will preserve existing defaults. Olaf