From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: half-package of autossh Date: Wed, 26 Oct 2016 11:27:04 -0500 Message-ID: <874m3z849z.fsf@dustycloud.org> References: <87bn7qyci6.fsf@dustycloud.org> <87d1iu1w8o.fsf@dustycloud.org> <87funjuy92.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzR2i-0003E8-En for guix-devel@gnu.org; Wed, 26 Oct 2016 12:27:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzR2h-00025o-77 for guix-devel@gnu.org; Wed, 26 Oct 2016 12:27:08 -0400 In-reply-to: <87funjuy92.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Ludovic Court=C3=A8s writes: > Christopher Allan Webber skribis: > >> From c718ca3986750c255a58b87d9e6805e56c1ffc72 Mon Sep 17 00:00:00 2001 >> From: Christopher Allan Webber >> Date: Mon, 8 Feb 2016 16:01:49 -0800 >> Subject: [PATCH] gnu: Add autossh. >> >> * gnu/packages/ssh.scm (autossh): New variable. > > [...] > >> + (synopsis "Automatically restart SSH sessions and tunnels") >> + (description "autossh is a program to start a copy of ssh and=20 > > @command{ssh} > >> +monitor it, restarting it as necessary should it die or stop=20 >> +passing traffic. The idea is from rstunnel (Reliable SSH Tunnel),=20 >> +but implemented in C.") > > Maybe remove the last sentence? > >> + ;; copy of this license in their headers, but there's no seprate= file > > =E2=80=9Cseparate=E2=80=9D > > Go for it! > > Thanks! > > Ludo=E2=80=99. Pushed with those changes, thanks!