From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: units_cur Date: Sat, 31 Mar 2018 19:10:43 +0200 Message-ID: <87bmf4jhm4.fsf@gnu.org> References: <87370l96az.fsf@gmail.com> <87a7ututad.fsf@gnu.org> <87tvsxizla.fsf@gmail.com> <87po3lldzs.fsf@gnu.org> <87efk0zwr7.fsf@gmail.com> <87lge8jk16.fsf@gnu.org> <87370ggpwc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2K2C-00080v-1S for help-guix@gnu.org; Sat, 31 Mar 2018 13:11:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2K28-0001XV-Lb for help-guix@gnu.org; Sat, 31 Mar 2018 13:11:20 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:39848) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f2K28-0001UF-Ew for help-guix@gnu.org; Sat, 31 Mar 2018 13:11:16 -0400 In-Reply-To: <87370ggpwc.fsf@gmail.com> (Pierre Neidhardt's message of "Sat, 31 Mar 2018 22:10:03 +0530") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Pierre Neidhardt skribis: > Ludovic Court=C3=A8s writes: > >> Hmm, dunno. Perhaps we could modify =E2=80=98units=E2=80=99 to look for >> /var/run/units/currency.units first, and fall back to >> /gnu/store/=E2=80=A6-units/share/units/currency.units. >> >> We would also arrange for =E2=80=98units_cur=E2=80=99 to update the file= in /var/run by >> default. >> >> WDYT? > > That sounds reasonable to me. What's the purpose of /var/run on GuixSD? > How is it used? On GNU/Linux /var/run is the standard location to store =E2=80=9Cstate=E2= =80=9D files. See =E2=80=98runstatedir=E2=80=99 in . Ludo=E2=80=99.