From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] doc: Explain --localstatedir some more. Date: Wed, 9 Mar 2016 22:39:59 +0100 Message-ID: <20160309213959.GA27791@solar> References: <56e089f1.cf0b1c0a.16f31.1c9a@mx.google.com> <20160309210703.GA26811@solar> <20160309212444.GA8683@novena-choice-citizen.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adlpv-0002wq-72 for guix-devel@gnu.org; Wed, 09 Mar 2016 16:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adlps-0000FZ-24 for guix-devel@gnu.org; Wed, 09 Mar 2016 16:40:07 -0500 Received: from mailrelay7.public.one.com ([91.198.169.215]:28971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adlpr-0000FO-QT for guix-devel@gnu.org; Wed, 09 Mar 2016 16:40:03 -0500 Content-Disposition: inline In-Reply-To: <20160309212444.GA8683@novena-choice-citizen.lan> 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: Jookia <166291@gmail.com> Cc: guix-devel@gnu.org 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 :-) Andreas