Re: [PATCH 04/11] services: Rename %do-not-kill-file.

2016-01-31 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-01-28 13:25 +0300) wrote: > >> Alex Kost skribis: >> >>> * gnu/services/base.scm (%do-not-kill-file): Rename to >>> "/etc/shepherd/do-not-kill". >> >> Shouldn’t it be merged with patch 03? Otherwise patch 03 alone would >> break things AIUI, because

Re: [PATCH 04/11] services: Rename %do-not-kill-file.

2016-01-28 Thread Alex Kost
Ludovic Courtès (2016-01-28 13:25 +0300) wrote: > Alex Kost skribis: > >> * gnu/services/base.scm (%do-not-kill-file): Rename to >> "/etc/shepherd/do-not-kill". > > Shouldn’t it be merged with patch 03? Otherwise patch 03 alone would > break things AIUI, because it would create a different fil

Re: [PATCH 04/11] services: Rename %do-not-kill-file.

2016-01-28 Thread Ludovic Courtès
Alex Kost skribis: > * gnu/services/base.scm (%do-not-kill-file): Rename to > "/etc/shepherd/do-not-kill". Shouldn’t it be merged with patch 03? Otherwise patch 03 alone would break things AIUI, because it would create a different file than the one actually used. Ludo’.

[PATCH 04/11] services: Rename %do-not-kill-file.

2016-01-27 Thread Alex Kost
* gnu/services/base.scm (%do-not-kill-file): Rename to "/etc/shepherd/do-not-kill". --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index fbb29c1..6483a66 100644 --- a/gnu/services/base.scm +++ b/gnu/serv