From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUVsK-0005sT-Fu for guix-patches@gnu.org; Mon, 10 Jul 2017 06:25:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUVsG-0006iG-31 for guix-patches@gnu.org; Mon, 10 Jul 2017 06:25:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUVsG-0006iA-0r for guix-patches@gnu.org; Mon, 10 Jul 2017 06:25:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUVsF-0001gf-L2 for guix-patches@gnu.org; Mon, 10 Jul 2017 06:25:03 -0400 Subject: bug#27575: Subject: [PATCH] gnu: Add et. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87zickhsue.fsf@xsteve.at> Date: Mon, 10 Jul 2017 12:24:47 +0200 In-Reply-To: <87zickhsue.fsf@xsteve.at> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Tue, 04 Jul 2017 22:04:09 +0200") Message-ID: <87zicc613k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Stefan =?UTF-8?Q?Reich=C3=B6r?= Cc: 27575-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Stefan, Stefan Reich=C3=B6r skribis: > From 75b605b35bc938485ceabd6617d7c3f2c202791b Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Stefan=3D20Reich=3DC3=3DB6r?=3D > Date: Tue, 4 Jul 2017 22:02:48 +0200 > Subject: [PATCH] gnu: Add et. > > * gnu/packages/ssh.scm (et): New variable. Applied with this change: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index d7fd124fd..c11976a12 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -405,11 +405,12 @@ especially over Wi-Fi, cellular, and long-distance links.") ("gflags" ,gflags) ("libsodium" ,libsodium) ("protobuf" ,protobuf))) - (synopsis "Remote shell that automatically reconnects without interrupting -the session.") - (description "Eternal Terminal (ET) is a remote shell that automatically -reconnects without interrupting the session. Unlike the normal SSH session, ET -session will survive even after the network outages or IP changes.") + (synopsis "Remote shell that automatically reconnects") + (description + "Eternal Terminal (ET) is a remote shell that automatically reconnects +without interrupting the session. Unlike SSH sessions, ET sessions will +survive even after the network outages or IP changes. ET uses a custom +protocol over TCP, not the SSH protocol.") (home-page "https://mistertea.github.io/EternalTCP/") (license license:asl2.0))) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Thank you, Ludo=E2=80=99. --=-=-=--