From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [shepherd] 06/09: Rename default system configuration file. Date: Wed, 27 Jan 2016 13:19:42 +0100 Message-ID: <87r3h3z02p.fsf@gnu.org> References: <20160126094024.8277.59434@vcs.savannah.gnu.org> <878u3cvcs4.fsf@gnu.org> <878u3bh01l.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]:44083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOP4g-0001v4-KA for guix-devel@gnu.org; Wed, 27 Jan 2016 07:19:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOP4c-0006KD-Gw for guix-devel@gnu.org; Wed, 27 Jan 2016 07:19:50 -0500 In-Reply-To: <878u3bh01l.fsf@gmail.com> (Alex Kost's message of "Wed, 27 Jan 2016 11:57:42 +0300") 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 Alex Kost skribis: > Ludovic Court=C3=A8s (2016-01-26 13:46 +0300) wrote: > >> Alex Kost skribis: >> >>> --- a/modules/shepherd/support.scm >>> +++ b/modules/shepherd/support.scm >>> @@ -280,7 +280,7 @@ TARGET should be a string representing a filepath += name." >>> global system configuration file when running as 'root'. As a side ef= fect, >>> create a template configuration file if non exists." >>> (if (zero? (getuid)) >>> - (string-append %sysconfdir "/dmdconf.scm") >>> + (string-append %sysconfdir "/shepherd.conf.scm") >> >> I had overlooked this, but maybe just =E2=80=9Cshepherd.scm=E2=80=9D wou= ld be enough? > > Oops, I already pushed this patch. I don't have any preference for this > name, and I think it doesn't really matter what name to use, especially > taking into account that this default name is not used by GuixSD. Done in 83567c4. Ludo=E2=80=99.