From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: Re: stable / unstable parallel install? Date: Wed, 1 Jun 2005 11:59:00 +0200 Message-ID: <20050601095900.GC3409@bytesex> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > If as Gerd says /usr/libexec/xen is deprecated (though I note that it is > still used by a bunch of stuff in FC3), See http://www.pathname.com/fhs/ > then what do we go for? > /usr/lib/xen , /usr/share/xen or /usr/opt/xen ? /usr/lib/xen is the correct one I'd say. Maybe /usr/lib/xen/bin to separate it from other xen stuff below /usr/lib/xen. /usr/share is for architecture-independent stuff such as documentation and data, but certainly not binaries. Gerd