From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id aAfJMD7UQmLNOAAAgWs5BA (envelope-from ) for ; Tue, 29 Mar 2022 11:41:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +FvJLT7UQmIHEgEAauVa8A (envelope-from ) for ; Tue, 29 Mar 2022 11:41:18 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3D42A1004B for ; Tue, 29 Mar 2022 11:41:18 +0200 (CEST) Received: from localhost ([::1]:38300 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nZ8Ll-0005DJ-BV for larch@yhetil.org; Tue, 29 Mar 2022 05:41:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33462) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8LW-0005BU-Ji for guix-patches@gnu.org; Tue, 29 Mar 2022 05:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37727) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nZ8LW-0000e3-BL for guix-patches@gnu.org; Tue, 29 Mar 2022 05:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nZ8LW-0001No-3f for guix-patches@gnu.org; Tue, 29 Mar 2022 05:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54578] [PATCH] services: Replace murmur-service-type with mumble-server-service-type. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 29 Mar 2022 09:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54578 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: 54578@debbugs.gnu.org Received: via spool by 54578-submit@debbugs.gnu.org id=B54578.16485468395277 (code B ref 54578); Tue, 29 Mar 2022 09:41:02 +0000 Received: (at 54578) by debbugs.gnu.org; 29 Mar 2022 09:40:39 +0000 Received: from localhost ([127.0.0.1]:59857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8L9-0001N3-By for submit@debbugs.gnu.org; Tue, 29 Mar 2022 05:40:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8L8-0001Mo-5H for 54578@debbugs.gnu.org; Tue, 29 Mar 2022 05:40:38 -0400 Received: from [2001:470:142:3::e] (port=60794 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8L2-0000Vf-OW; Tue, 29 Mar 2022 05:40:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ZLeiwEgKSXslt74qGhDsQvjyVptHFIwDPLmB6R7VmWo=; b=Q3brCxUXxDa13QfDGxsi iag5WWE4f9e6B2UK3jM/sl3SImRPta5zTt4IklJNKsvU20w4etUPJfEcYPN1fhw4LiJpzgssSBUkO C4CE81hxDjttTYEzXW/fl+9YdSz7MCIBM1oA5uhTwx2e0C2dV2cQtml+tAc3rLkqRtZJELGVmsq28 0x6LMl+u2XceREc2Zq6NgQDn8nGRmWDbbE+6Aadq0LqWh4jTNElQmvL7qWlDwWHJ7K9m3ffu8KQvz blE6I7KYMMpKWy16iim5PLrGr7tfzpBYNhsgX8i6mQtiQOpRrmu3n4AqgHGBnvbHbYcdZuA+xo03c AciqhtL4NfJHYA==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38672 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8Kl-0003Ke-Rw; Tue, 29 Mar 2022 05:40:21 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <5d9c4baf3301eee833fa575f0639760046200a6b.camel@gmail.com> Date: Tue, 29 Mar 2022 11:40:13 +0200 In-Reply-To: <5d9c4baf3301eee833fa575f0639760046200a6b.camel@gmail.com> (Liliana Marie Prikler's message of "Sat, 26 Mar 2022 09:57:18 +0100") Message-ID: <87y20t2j2a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1648546878; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ZLeiwEgKSXslt74qGhDsQvjyVptHFIwDPLmB6R7VmWo=; b=CbkqW5264bM4CxOok+xpTNY6YoXGfVEK1VhiFsqfdX29vLCvLefo18x6jHAxOX9iNsAFIP CQVUEA0lcaOhCNntxstEkujjx1Id7zFBCEoUyB56paDYPajzoDPNFOa1XvlP8LQYm/DPW0 o0kD7mkLsNK1W98lRAjEjXDAkB1I7U3XT/8GOXL0LvyT0eugYm0T/YzBNjuqOZjMZUNdwi sUKAeFUtTWIIgCIRna9uxqB984MwTdsBHcWyW4TZj6bKTsrz2DlaGgJUb8u1wf1qp53WHr 0faJMvo7Ymab/QWNZboFBXoixZrlDcMJDJWBhAHkNP571bDjiQi27WjwlN2eqg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1648546878; a=rsa-sha256; cv=none; b=OR261otPicBJSOde0mfgaMlaVJ0qtKLnQZDlmoevqNCJhkM8a6F1ioUC81I+SlnheKTNRi YVLYX/DmzbLcUqJEqtzO+WyxnnAKuNqeqC0YTlNePkIb7DhZnSu08Y+V2i7847Cf8PzH4G mINr+X3Sb3nBs8djxFXZNjkqfJp9+IeKdqF9emgShpmlCv6qVGDFiy6BlyAMFEUOhp/pcu 972UbssimMTpClrC96zicxTQYE2ijHqn63fyh5eiJ0qIAUpmPnqpfGMPQ5N0fu/WIAyh6J pMwuxfbyLFdqF21JbkoT7APTmWrVnTSIpuQe47oOWjNH1PQU98Ogc9ur96SM7Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q3brCxUX; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.77 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q3brCxUX; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 3D42A1004B X-Spam-Score: -3.77 X-Migadu-Scanner: scn1.migadu.com X-TUID: 4VNAGYV2fGGI Hi, Great job! Liliana Marie Prikler skribis: [...] > -@subsubheading Murmur (VoIP server) > +@subsubheading Mumble server >=20=20 > -@cindex Murmur (VoIP server) > +@cindex Mumble > @cindex VoIP server > -This section describes how to set up and run a Murmur server. Murmur is > -the server of the @uref{https://mumble.info, Mumble} voice-over-IP > -(VoIP) suite. > +This section describes how to set up and run a > +@uref{https://mumble.info, Mumble} server. Perhaps you can add =E2=80=9Cformerly known as Murmur=E2=80=9D and keep =E2= =80=9C@cindex Murmur=E2=80=9D? > +(define-deprecated/alias > + murmur-configuration > + mumble-server-configuration) > +(define-deprecated/alias > + make-murmur-configuration > + make-mumble-server-configuration) [...] > +(export murmur-configuration) > +(export make-murmur-configuration) Perhaps you can define a =E2=80=98define-public-deprecated/alias=E2=80=99 m= acro to reduce boilerplate. Feel free to push with changes along these lines. Thank you! Ludo=E2=80=99.