From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [PATCH 6/8] support: Rename state file. Date: Mon, 25 Jan 2016 21:26:47 +0200 Message-ID: <20160125212647.3b3d0006@debian-netbook> References: <1453719021-13836-1-git-send-email-alezost@gmail.com> <1453719021-13836-7-git-send-email-alezost@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/VZ7yWKc75L+Mg4_3Y2IKgqE"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNmn0-0003ZR-9Q for guix-devel@gnu.org; Mon, 25 Jan 2016 14:27:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNmmv-0006TF-6t for guix-devel@gnu.org; Mon, 25 Jan 2016 14:27:02 -0500 Received: from flashner.co.il ([178.62.234.194]:38064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNmmv-0006T7-0C for guix-devel@gnu.org; Mon, 25 Jan 2016 14:26:57 -0500 In-Reply-To: <1453719021-13836-7-git-send-email-alezost@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org --Sig_/VZ7yWKc75L+Mg4_3Y2IKgqE Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 25 Jan 2016 13:50:19 +0300 Alex Kost wrote: > * modules/shepherd/support.scm (default-persistency-state-file): Use > "shepherd" instead of "dmd". > --- > modules/shepherd/support.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/modules/shepherd/support.scm b/modules/shepherd/support.scm > index f161056..aae8b3c 100644 > --- a/modules/shepherd/support.scm > +++ b/modules/shepherd/support.scm > @@ -296,8 +296,8 @@ create a template configuration file if non exists." > ;; Saving the state on exit. > (define default-persistency-state-file > (if (zero? (getuid)) > - (string-append %localstatedir "/lib/misc/dmd-state") > - (string-append %user-config-dir "/dmd-state"))) > + (string-append %localstatedir "/lib/shepherd/state") > + (string-append %user-config-dir "/state"))) > =20 > ;; Global variables set from (dmd). > (define persistency #f) ^ ----------------------------------| it's a comment, but it's still for dmd --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Sig_/VZ7yWKc75L+Mg4_3Y2IKgqE Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJWpnb4AAoJEPTB05F+rO6Tvf4P/0BnnFRh6RN415VHjjsVPxC4 DytqOMtqdZUmoypKVqkooEC3C0/mRA5P4Q4tFxlKvwPdzQVl0OI7DIVJiTDugW9O kYBa83077EUZQ2ZYR6j5KeYjEPfF4GBnt0miBJbOKa/bzzVhCwPxjJvrt9/wnn2f kxrHMegzg0Z96MTVhuFdvZdwCNBPKXtCQhEi2XkBOKKoCfI3650DCa9wRnB/kQWH DErtfJIz+ZRl8NzqW+ZhAG7ZaNbz33xLdb2UavnM4wwpB7uHciJtc5zNtE62mUAr 575JNBpJXkorPhLuk9CvlzMuI/Vn0xShAqCnm9hzIwf5zoBvZO1dgwTkAZJt5gL4 jFPvDzju/VxllsrCPZKLE9qp3TDOQ0j/ct5ktgMQbzlaEOeofFW9B+A/H1r0ckAj LohscDrVouD4CudvBl+L0jmd9Vo2PDiSxZDezVJzwleGjyWTnTICkcVqryPFiF/I TNXihsjvbXu2VpVlMytqUFozJb4Bmm6RVQHFJRUmRLW7/aCpqtNcYdnOvlr5LFEj Y54L60Xnt8IOU+vhMAwpLuYQYMeathfeWnPeiqU0PBPCRUugKtev5gUFKfcWo2wO YG6oQ6AVUWuHVLXwgW8XC2PBK6BWPuH7NBtTzboTWjZm6uva8RcAc5uCbPTHvVOP hmVXQ/ffyKswhAJCVPzK =mw5o -----END PGP SIGNATURE----- --Sig_/VZ7yWKc75L+Mg4_3Y2IKgqE--