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 yM98IuxpJmKgbAAAgWs5BA (envelope-from ) for ; Mon, 07 Mar 2022 21:24:12 +0100 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 SIdmH+xpJmJNIgEAauVa8A (envelope-from ) for ; Mon, 07 Mar 2022 21:24:12 +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 33D63467D2 for ; Mon, 7 Mar 2022 21:24:12 +0100 (CET) Received: from localhost ([::1]:43272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nRJtr-000698-92 for larch@yhetil.org; Mon, 07 Mar 2022 15:24:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52634) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRJti-00067y-UU for guix-patches@gnu.org; Mon, 07 Mar 2022 15:24:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60765) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nRJti-0000Ho-1Y for guix-patches@gnu.org; Mon, 07 Mar 2022 15:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nRJth-0003CT-SL for guix-patches@gnu.org; Mon, 07 Mar 2022 15:24:01 -0500 Subject: bug#53623: [PATCH] gnu: mosh: Fix path to binaries. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 07 Mar 2022 20:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53623 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder Cc: 53623-done@debbugs.gnu.org, Leo Famulari , Thiago Jung Bauermann Mail-Followup-To: 53623@debbugs.gnu.org, ludo@gnu.org, mike@rohleder.de Received: via spool by 53623-done@debbugs.gnu.org id=D53623.164668459412239 (code D ref 53623); Mon, 07 Mar 2022 20:24:01 +0000 Received: (at 53623-done) by debbugs.gnu.org; 7 Mar 2022 20:23:14 +0000 Received: from localhost ([127.0.0.1]:54661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRJsw-0003BL-1J for submit@debbugs.gnu.org; Mon, 07 Mar 2022 15:23:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRJsu-0003B9-1p for 53623-done@debbugs.gnu.org; Mon, 07 Mar 2022 15:23:12 -0500 Received: from [2001:470:142:3::e] (port=51310 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 1nRJsm-0000A3-Ip; Mon, 07 Mar 2022 15:23:06 -0500 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=qimfH2Z79/O336DA/3+q7RWsV+usfM1SLwWVkGJaVjY=; b=KRVc1o/CnwVkMkK2wozk clb3WlsPM91qrgz7xkautkp73IrlQkSpIZxLBv1NIO33XWTHkH0CW63HAm0AsYsQCKmyFA9/62vCN sGvW3OvvoYinm009TMGWFIpnCwTaU9/n3byHu7Touab7NzIO4tfx7T+KYna8wu2Oh4MA1HMWaagMv 8eDtZMm2bTyjR1HYYU5dAYwLpnRQBoyKXL+EQM7dElqNzMZls5z28UenzKdfTMp95OXwNYWtoYBHF 03GWK/dmfJNcF0HvjyaM9S1+E9VaJ4Tsn8TAzaepLmxoq0DIygfTJy3CA/EMSO+Giu6j1hVklitfw gmYEhKPcXqsC2A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55545 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRJsl-000863-Ni; Mon, 07 Mar 2022 15:23:04 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220129142950.26777-1-mike@rohleder.de> <87k0ehawrm.fsf@rohleder.de> <7617642.h6mQfoo1ea@popigai> <87sfruiwv0.fsf_-_@gnu.org> <87sfruuopz.fsf@rohleder.de> Date: Mon, 07 Mar 2022 21:23:00 +0100 In-Reply-To: <87sfruuopz.fsf@rohleder.de> (Michael Rohleder's message of "Mon, 07 Mar 2022 09:54:48 +0100") Message-ID: <8735jt1pi3.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-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1646684652; 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=qimfH2Z79/O336DA/3+q7RWsV+usfM1SLwWVkGJaVjY=; b=nNjIMtnEc81/BSR+tYW6dboloCAdv/Bugy9pI6kZ+twr/yVm6DSAq9AKRX3azQAFModQTf RVB9THkLHvuUz4Z3sd1BdOt6r/IZ8Emg+MHwP6k+ccLcUGdkHFXFF9Dh6z29A29ZSUDaex fTVb5Y3sLvlUTFB0Su+/uud/SrEhlA3IOk9NTjZOYFK2QXAZqmoHi0Si96rzs+v6/NNLMn tbqC7e5fkTCUWKfoOoQVWK+qnQLnmn1HAkslSGWUW31vKhRcmsFOcxxCVrn/pP5FZD0nxG ohmg78ywzRepeQcAnJPAFcw5bnJlP2ZYSKr8d+OGQrjorM9vsTHqdvBdogVGEg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646684652; a=rsa-sha256; cv=none; b=A7tutuVPL3XarUGPv1BclaeZ5X90deCXIMbXrEu+OC1qpeDQMxi65C5ZN54ObvwdefJ5iN CeRaUJaqX5G792YCP9Rpm+5+dX3ukXx5SrcyKvJIXThl4ddRZxzWSflufYMembu6autJJ1 P75tmBHo8XlNMIabNei+3S2l+jlsOkIVV/N9c6fXajzGun9U7flA54bWYY70gTf6rAR+7T /xOQgZA0ECq+tM2akVBaYefk5k4UKXQNRoOP/0Xf8WHE3Mv3jecZ1WmvnjV3h7SrudUkhv IGPKxC85F2rZiN3F1Pqrwbztyw9mGoQNCXagkvaay2z9GOivLY5M3kgkLsBzeQ== 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="KRVc1o/C"; 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: -4.32 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="KRVc1o/C"; 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: 33D63467D2 X-Spam-Score: -4.32 X-Migadu-Scanner: scn0.migadu.com X-TUID: AIPtHciW05Nx Hi Michael, Michael Rohleder skribis: > Ludovic Court=C3=A8s writes: >> So what=E2=80=99s the status of this patch? :-) > > I can confirm that mosh(-server) works in a system profile. > This patch would only save us a bash exec, not sure if it's worth it. Alright, closing, but feel free to reopen if you change your mind. Thanks, Ludo=E2=80=99.