emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#54513: closed ([PATCH] gnu: murmur-shepherd-service: Fix binary name)
Date: Thu, 24 Mar 2022 11:48:02 +0000

Your message dated Thu, 24 Mar 2022 12:47:17 +0100
with message-id <8735j7d12y.fsf@gnu.org>
and subject line Re: bug#54513: [PATCH] gnu: murmur-shepherd-service: Fix 
binary name
has caused the debbugs.gnu.org bug report #54513,
regarding [PATCH] gnu: murmur-shepherd-service: Fix binary name
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54513: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54513
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: murmur-shepherd-service: Fix binary name Date: Mon, 21 Mar 2022 22:42:05 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0
* 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
---
 gnu/services/telephony.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/telephony.scm b/gnu/services/telephony.scm
index e678bae87c..d09877aedf 100644
--- a/gnu/services/telephony.scm
+++ b/gnu/services/telephony.scm
@@ -961,7 +961,7 @@ (define (murmur-shepherd-service config)
          (requirement '(networking))
          (start #~(make-forkexec-constructor
                    '(#$(file-append (murmur-configuration-package config)
-                                    "/bin/murmurd")
+                                    "/bin/mumble-server")
                      "-ini"
                      #$(or (murmur-configuration-file config)
                            (default-murmur-config config)))
--
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: 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’.


--- End Message ---

reply via email to

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