From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully Newsgroups: gmane.lisp.guile.user,gmane.comp.gnu.guix.devel,gmane.lisp.guile.sources Subject: Re: GNU Shepherd 0.9.0 released Date: Thu, 07 Apr 2022 10:11:47 -0400 Message-ID: <87pmltasms.fsf@ditto.jhoto.spork.org> References: <874k35hpla.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36382"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.10; emacs 29.0.50 Cc: guix-devel@gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= , info-gnu@gnu.org, guile-sources@gnu.org, guile-user@gnu.org To: Liliana Marie Prikler Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Apr 07 16:27:02 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ncT6E-0009E4-9R for guile-user@m.gmane-mx.org; Thu, 07 Apr 2022 16:27:02 +0200 Original-Received: from localhost ([::1]:40662 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ncT6D-0005Jo-9Y for guile-user@m.gmane-mx.org; Thu, 07 Apr 2022 10:27:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncStw-0006y4-SN; Thu, 07 Apr 2022 10:14:20 -0400 Original-Received: from coleridge.kublai.com ([166.84.7.167]:50912 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncStu-0007dB-PX; Thu, 07 Apr 2022 10:14:20 -0400 Original-Received: from ditto (unknown [IPv6:2001:470:1f07:1b9:8650:a942:ec5e:856b]) by mail.spork.org (Postfix) with ESMTPSA id BF4AA302A; Thu, 7 Apr 2022 10:13:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1649340818; bh=b4A3x1dQWJRAZF210YINJ2cTKwbPVzh024/eX16RScY=; h=References:From:To:Cc:Subject:Date:In-reply-to; b=SgrbdFg7EXK1tHI/zZjXtWeuIZUWxGkVz+yyaJqYIdZ5eX5WszSsJF+LEP+nyZfqW +LkO+7wP+a6YThh9rN3Pqq4BL1Rlf6vkYMUfG+rUvPqMjDGEYAzGGQI4N3Bb3wFR3F XMjXfED5xeyVtpMMnMOCRi1w3EQxiWQTTQvYlAMw= In-reply-to: Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 07 Apr 2022 10:24:26 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18235 gmane.comp.gnu.guix.devel:62175 gmane.lisp.guile.sources:608 Archived-At: Liliana Marie Prikler writes: > Am Mittwoch, dem 06.04.2022 um 23:25 +0200 schrieb Ludovic Court=C3=A8s: >> =C2=A0 ** Log file of unprivileged =E2=80=98shepherd=E2=80=99 is now und= er $XDG_DATA_DIR > Should that not be $XDG_STATE_DIR? I believe it should be $XDG_STATE_HOME, in fact. See: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.ht= ml ---[snip]--- $XDG_STATE_HOME defines the base directory relative to which user-specific state files should be stored. If $XDG_STATE_HOME is either not set or empty, a default equal to $HOME/.local/state should be used. ---[snip]--- -bjc