From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] doc: Explain --localstatedir some more. Date: Thu, 10 Mar 2016 07:50:40 +0100 Message-ID: <87a8m6x1vj.fsf@elephly.net> References: <56e089f1.cf0b1c0a.16f31.1c9a@mx.google.com> <20160309210703.GA26811@solar> <20160309212444.GA8683@novena-choice-citizen.lan> <20160309213959.GA27791@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aduQw-0004Cz-Ab for guix-devel@gnu.org; Thu, 10 Mar 2016 01:50:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aduQs-0000Pa-AI for guix-devel@gnu.org; Thu, 10 Mar 2016 01:50:54 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aduQs-0000PV-2V for guix-devel@gnu.org; Thu, 10 Mar 2016 01:50:50 -0500 In-reply-to: <20160309213959.GA27791@solar> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > On Thu, Mar 10, 2016 at 08:24:44AM +1100, Jookia wrote: >> As much as that's appealing, this breaks GNU conventions. I think it'd be nice >> to put the state in the store directory by default since it seems the two are >> related, though this might not be the case in other situations. > > This would also be an interesting option; actually, I think things were like > that a long time ago... It would make sense to keep everything related to > the management of the store in /gnu, so that the complete store could > be copied easily. > > Maybe we should make the new convention that localstatedit should default to > /gnu; this cannot be against GNU standards, at least not in spirit :-) I’d like to keep all things in /gnu, but note that we also have /etc/guix/acl and possibly other files that are distributed across the filesystem. ~~ Ricardo