guix-commits
[Top][All Lists]
Advanced

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

14/30: services: murmur: Add missing newline in murmur-configuration.


From: guix-commits
Subject: 14/30: services: murmur: Add missing newline in murmur-configuration.
Date: Thu, 2 Apr 2020 14:55:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 83670e02bc1be9481a6957a8cdb977f35a0ac483
Author: Simon Mages <address@hidden>
AuthorDate: Sun Mar 29 15:54:16 2020 +0200

    services: murmur: Add missing newline in murmur-configuration.
    
    * gnu/services/telephony.scm (default-murmur-config): Add newline after
    "max-user-bandwidth".
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/services/telephony.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/telephony.scm b/gnu/services/telephony.scm
index 0a73531..e1259cc 100644
--- a/gnu/services/telephony.scm
+++ b/gnu/services/telephony.scm
@@ -182,7 +182,9 @@
            "welcometext=" welcome-text "\n"
            "port=" (number->string port) "\n"
            (if server-password (list "serverpassword=" server-password "\n") 
'())
-           (if max-user-bandwidth (list "bandwidth=" (number->string 
max-user-bandwidth)) '())
+           (if max-user-bandwidth (list "bandwidth="
+                                        (number->string max-user-bandwidth) 
"\n")
+               '())
            "users=" (number->string max-users) "\n"
            "uname=" user "\n"
            "database=" database-file "\n"



reply via email to

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