From owner-freebsd-ports@FreeBSD.ORG Tue May 18 20:35:40 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79302106566B; Tue, 18 May 2010 20:35:40 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.50.215]) by mx1.freebsd.org (Postfix) with ESMTP id 4F3DC8FC15; Tue, 18 May 2010 20:35:40 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id EBC2E5C38; Tue, 18 May 2010 16:36:10 -0400 (EDT) Date: Tue, 18 May 2010 16:36:10 -0400 From: Wesley Shields To: Doug Barton Message-ID: <20100518203610.GA50328@atarininja.org> References: <86hbm5yjjh.fsf@gmail.com> <20100518115611.GA45921@atarininja.org> <4BF28470.2050903@infracaninophile.co.uk> <86hbm5vycg.fsf@gmail.com> <20100518195725.GB48168@atarininja.org> <4BF2F6AD.3020709@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BF2F6AD.3020709@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Anonymous , Ion-Mihai Tetcu , freebsd-ports@freebsd.org Subject: Re: preferred place for system-wide config files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2010 20:35:40 -0000 On Tue, May 18, 2010 at 01:21:01PM -0700, Doug Barton wrote: > On 5/18/2010 12:57 PM, Wesley Shields wrote: > > On Tue, May 18, 2010 at 10:50:07PM +0400, Anonymous wrote: > > > >> This still doesn't clarify where to look for files that are *not* > >> installed, e.g. config files. Such files can be created by user and only > >> used by the port itself when they exist. Does it matter whether they're > >> installed or not to choose LOCALBASE over PREFIX? > > > > PREFIX. > > Just to be clear I think you're referring to _installing_ files, right? Correct. I misread the question. > In the world where PREFIX and LOCALBASE are different, PREFIX cannot be > relied on to exist after the port is installed. Therefore regarding > configuration files that are not installed by the port the thing > installed (for example portmaster) should look for its configuration > files in LOCALBASE. Yes, I agree with this.