[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [shepherd] 06/09: Rename default system configuration file.
From: |
Alex Kost |
Subject: |
Re: [shepherd] 06/09: Rename default system configuration file. |
Date: |
Wed, 27 Jan 2016 11:57:42 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Ludovic Courtès (2016-01-26 13:46 +0300) wrote:
> Alex Kost <address@hidden> 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 effect,
>> 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 “shepherd.scm” would 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.
--
Alex