guix-patches
[Top][All Lists]
Advanced

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

bug#27575: Subject: [PATCH] gnu: Add et.


From: Ludovic Courtès
Subject: bug#27575: Subject: [PATCH] gnu: Add et.
Date: Mon, 10 Jul 2017 12:24:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hi Stefan,

Stefan Reichör <address@hidden> skribis:

> From 75b605b35bc938485ceabd6617d7c3f2c202791b Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= <address@hidden>
> 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:

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)))
 
Thank you,
Ludo’.

reply via email to

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