Re: [PATCH 1/2] service: shepherd: Replace spaces with hyphens in file names.

2017-02-08 Thread Ludovic Courtès
Clément Lassieur skribis: > * gnu/services/shepherd.scm (shepherd-service-file-name): Update > 'match-lambda' accordingly. > > This fixes a bug whereby names of files defining services would be invalid if > 'provisions' contained more than one element. Good catch!

[PATCH 1/2] service: shepherd: Replace spaces with hyphens in file names.

2017-02-05 Thread Clément Lassieur
* gnu/services/shepherd.scm (shepherd-service-file-name): Update 'match-lambda' accordingly. This fixes a bug whereby names of files defining services would be invalid if 'provisions' contained more than one element. --- gnu/services/shepherd.scm | 2 ++ 1 file changed, 2 insertions(+) diff