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: Tue, 26 Jan 2016 11:46:35 +0100 Message-ID: <878u3cvcs4.fsf@gnu.org> References: <20160126094024.8277.59434@vcs.savannah.gnu.org> 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]:42795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO19W-0004oW-1h for guix-devel@gnu.org; Tue, 26 Jan 2016 05:47:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO19S-0000nP-Rw for guix-devel@gnu.org; Tue, 26 Jan 2016 05:47:13 -0500 In-Reply-To: (Alex Kost's message of "Tue, 26 Jan 2016 09:40:27 +0000") 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: guix-devel@gnu.org, Alex Kost 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 + n= ame." > global system configuration file when running as 'root'. As a side effe= ct, > 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 would = be enough? Ludo=E2=80=99.