From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 41/46] tools: use XEN_LIB_STORED instead of /var/lib/xenstored Date: Tue, 23 Sep 2014 14:58:32 +0200 Message-ID: <20140923125832.GK10033@aepfle.de> References: <1411390835-7348-1-git-send-email-olaf@aepfle.de> <1411390835-7348-42-git-send-email-olaf@aepfle.de> <1411468919.14989.79.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: <1411468919.14989.79.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: Keir Fraser , David Scott , Stefano Stabellini , George Dunlap , Tim Deegan , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich , Samuel Thibault List-Id: xen-devel@lists.xenproject.org On Tue, Sep 23, Ian Campbell wrote: > On Mon, 2014-09-22 at 15:00 +0200, Olaf Hering wrote: > > Signed-off-by: Olaf Hering > > --- > > Config.mk | 2 +- > > tools/configure.ac | 1 + > > tools/hotplug/FreeBSD/rc.d/xencommons.in | 2 +- > > tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 4 ++-- > > tools/hotplug/Linux/init.d/xencommons.in | 2 +- > > tools/hotplug/NetBSD/rc.d/{xencommons => xencommons.in} | 2 +- > > tools/xenstore/Makefile | 3 ++- > > tools/xenstore/xs_lib.c | 2 +- > > Does tools/ocaml/xenstore need a similar change? No, only the files above hardcode /var/lib/xenstored instead of using the existing XEN_LIB_STORED variable. Olaf