[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: services: murmur: Fix server program name.
From: |
guix-commits |
Subject: |
05/06: services: murmur: Fix server program name. |
Date: |
Thu, 24 Mar 2022 07:56:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8044a1fec91e91b7cc45e3c486433e8a0a1ca2d5
Author: fesoj000 <fesoj000@gmail.com>
AuthorDate: Mon Mar 21 22:42:05 2022 +0100
services: murmur: Fix server program name.
* gnu/services/telephony.scm (murmur-activation):
(murmur-shepherd-service): Change file name of mumble server, which is
now called mumble-server instead of murmurd since version 1.4.x.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/services/telephony.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/services/telephony.scm b/gnu/services/telephony.scm
index e678bae87c..157d96abd6 100644
--- a/gnu/services/telephony.scm
+++ b/gnu/services/telephony.scm
@@ -936,7 +936,7 @@ Or set public-registration to #f"))))))))
(format #t "murmur: to set the SuperUser password run:
`~a -ini ~a -readsupw`\n"
#$(file-append (murmur-configuration-package config)
- "/bin/murmurd") ini)
+ "/bin/mumble-server") ini)
#t)))
(define murmur-accounts
@@ -961,7 +961,7 @@ Or set public-registration to #f"))))))))
(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)))
- branch master updated (24cbe07ae6 -> ab98b51ef1), guix-commits, 2022/03/24
- 01/06: gnu: guile-fibers: Support cross-compilation., guix-commits, 2022/03/24
- 05/06: services: murmur: Fix server program name.,
guix-commits <=
- 06/06: gnu: cogl: Fix the home page., guix-commits, 2022/03/24
- 04/06: gnu: avr-xyz: Add simavr, guix-commits, 2022/03/24
- 02/06: gnu: guile-fibers: Remove GNU/Hurd from 'supported-systems'., guix-commits, 2022/03/24
- 03/06: services: dnsmasq: Add more options., guix-commits, 2022/03/24