From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add sshpass v2 Date: Thu, 28 Jul 2016 23:02:22 +0200 Message-ID: <878twlwk69.fsf@gnu.org> References: <87lh0nnf5w.fsf@saiph.selenimh> <87eg6fnexr.fsf@saiph.selenimh> 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]:51078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSsRp-0000rt-W0 for guix-devel@gnu.org; Thu, 28 Jul 2016 17:02:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSsRm-0004mK-OS for guix-devel@gnu.org; Thu, 28 Jul 2016 17:02:29 -0400 In-Reply-To: <87eg6fnexr.fsf@saiph.selenimh> (Nicolas Goaziou's message of "Wed, 27 Jul 2016 19:55:44 +0200") 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: Nicolas Goaziou Cc: guix-devel@gnu.org Nicolas Goaziou skribis: > From c43bddaf22e3bc81c1e42180962c36279f5bf49c Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Wed, 27 Jul 2016 19:45:02 +0200 > Subject: [PATCH] gnu: Add sshpass. > > * gnu/packages/ssh.scm (sshpass): New variable. [...] > + (description "sshpass is a tool for non-interactivly performing > +password authentication with SSH's so called ``interactive keyboard > +password authentication''.") I changed the quotes to @dfn and applied. Thanks! Ludo=E2=80=99.