guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54513: [PATCH] gnu: murmur-shepherd-service: Fix binary name


From: Ludovic Courtès
Subject: bug#54513: [PATCH] gnu: murmur-shepherd-service: Fix binary name
Date: Thu, 24 Mar 2022 12:47:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

fesoj000 <fesoj000@gmail.com> skribis:

> * gnu/services/telephony.scm: murmur-shepherd-service (start): fixed
> binary path of mumble server, which is now called mumble-server instead
> of murmurd since version 1.4.x

[...]

>            (start #~(make-forkexec-constructor
>                      '(#$(file-append (murmur-configuration-package config)
> -                                    "/bin/murmurd")
> +                                    "/bin/mumble-server")

There was a second instance of this that I fixed; I adjusted the commit
log and commit that.

Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:

> Nice catch, but perhaps we should rename the entire service and place a
> deprecation notice at the appropriate location.

Yes, that would be a welcome change.

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]