From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 cOCUAZdaPGLBMwEAgWs5BA (envelope-from ) for ; Thu, 24 Mar 2022 12:48:39 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id IDhyOpZaPGLnlgAA9RJhRA (envelope-from ) for ; Thu, 24 Mar 2022 12:48:38 +0100 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 ACAE71619A for ; Thu, 24 Mar 2022 12:48:38 +0100 (CET) Received: from localhost ([::1]:59280 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXLxF-0006Zb-SY for larch@yhetil.org; Thu, 24 Mar 2022 07:48:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXLwj-0006ZG-0m for guix-patches@gnu.org; Thu, 24 Mar 2022 07:48:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nXLwh-0005jZ-JQ for guix-patches@gnu.org; Thu, 24 Mar 2022 07:48:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nXLwg-00011P-IN for guix-patches@gnu.org; Thu, 24 Mar 2022 07:48:02 -0400 Subject: bug#54513: [PATCH] gnu: murmur-shepherd-service: Fix binary name Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 24 Mar 2022 11:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54513 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: fesoj000 Cc: 54513-done@debbugs.gnu.org Mail-Followup-To: 54513@debbugs.gnu.org, ludo@gnu.org, fesoj000@gmail.com Received: via spool by 54513-done@debbugs.gnu.org id=D54513.16481224473743 (code D ref 54513); Thu, 24 Mar 2022 11:48:02 +0000 Received: (at 54513-done) by debbugs.gnu.org; 24 Mar 2022 11:47:27 +0000 Received: from localhost ([127.0.0.1]:46964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXLw7-0000yJ-2C for submit@debbugs.gnu.org; Thu, 24 Mar 2022 07:47:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXLw5-0000y1-Fn for 54513-done@debbugs.gnu.org; Thu, 24 Mar 2022 07:47:25 -0400 Received: from [2001:470:142:3::e] (port=54322 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 1nXLw0-0005br-4m; Thu, 24 Mar 2022 07:47:20 -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=QOYC+8UfRVbu5pe3hX8lK5ZOjPNRA2d043nXSFfEFm8=; b=djtPxVbHqloCtjal4wEE /gSKYpJt53F5Bltqsbix5v/2xhb0unlEOYqq2dZ0P25HDazft/iyWidiSeSbaz+zW46ugPWQ0G6vk zM/nt6QOCT3PTEMuYBEVgdMcubf+kX8g/x0ZioUOIdUD2GbakRJRFqXdgPgAYzQjJs9I+WxJJrBcR wfieIjeu4VRjtX/yj3JOT8ypUZ6S0tZn7qNlAOtPXaoljTsJm9Vv/BB2U5aO6SiKs38M8or2M4eye E3vYQcRSIdiGpV75+0rabiXuOMKgbWxHFJu1pEpR4AAzP9STSZXVD21IuU/nWJiz4k0ojDEmPOaR0 jh84jB/xcjrDzQ==; Received: from [193.50.110.177] (port=51508 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXLvz-0006cD-ML; Thu, 24 Mar 2022 07:47:19 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <12a1c44d-a9b8-d15e-9574-5e899260f66b@gmail.com> Date: Thu, 24 Mar 2022 12:47:17 +0100 In-Reply-To: <12a1c44d-a9b8-d15e-9574-5e899260f66b@gmail.com> (fesoj's message of "Mon, 21 Mar 2022 22:42:05 +0100") Message-ID: <8735j7d12y.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=1648122518; 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-to: 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=QOYC+8UfRVbu5pe3hX8lK5ZOjPNRA2d043nXSFfEFm8=; b=mvwvTl5BnrMvfVvo9YGY7dTlaQnsPmxZbxPLpjL1fL7JoyaGjhNJ/fs+xRT0GEwDHnBCXQ DITp0p830qVMYZpYD+C7gZTN44evutaDJgHNoMUfxPAS2NI3Utfmz68iZrP1Z9neVE4+XY Rr7HTnGQgxrAgEE7kBCwCvpsfwywO/dufWHiF4wJOrfeWnPZD6jXhSWJLmY3kaywQeyh25 DpScK5tF9d7YvKG4aRVFa6jWBLhUdTIeA8y9Rm/B1azSwJ8spB+Q7VSjelE3Ye8KwxFkX7 fjx8yg6or9rYQ4HmuWmOyOTi+i1ny97fIMXbIBECN8RO+T1nOoCKonStvHao2A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1648122518; a=rsa-sha256; cv=none; b=tRi5rdkNfTy7RjMhvu65RK9live++1wlN6oDq0rb/NVTfg3/WPiJopD9zr5LCa9/7CjCeW 5beW4mhOpVycuE/OUGoW3KDDqICaQCqJ/DVauvixamf6bx6ck0kmGp0Zbd9Z5sZTW05bKV PKmrgYOXBjVlYY2fzzx2TKqaS4DOMvXRvOKHfwJu30DR4SmiiKrnhuVRGUhnRc7xGNwDk5 GIE+bWoReFUCcgRAMWnpfAuWhRAU8rZIHPXzB4Q/hKSUqMtOMUyzN+1nQu+VGyRSpKC5/6 oRi2Sklvxg4WXNDIVWKQLnNqPETCMTRM58IkFjksU3L2OL8k8jTmw/RsXrKZTA== 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=djtPxVbH; 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.79 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=djtPxVbH; 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: ACAE71619A X-Spam-Score: -3.79 X-Migadu-Scanner: scn1.migadu.com X-TUID: JRFzxYYlQQD6 Hi, fesoj000 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 confi= g) > - "/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 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=E2=80=99.