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

Bug#211519: marked as done (Minor typo on ssh-add.c)



Your message dated Thu, 18 Sep 2003 09:58:20 +0100
with message-id <20030918085820.GA22181@riva.ucam.org>
and subject line Bug#211519: Minor typo on ssh-add.c
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Sep 2003 08:36:01 +0000
>From davidd@sponge.xevion.net Thu Sep 18 03:32:37 2003
Return-path: <davidd@sponge.xevion.net>
Received: from sponge.xevion.net [67.104.158.201] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19zuDM-00052c-00; Thu, 18 Sep 2003 03:32:36 -0500
Received: from davidd by sponge.xevion.net with local (Exim 3.35 #1 (Debian))
	id 19zuJ6-0004QQ-00; Thu, 18 Sep 2003 04:38:32 -0400
Date: Thu, 18 Sep 2003 04:38:32 -0400
From: David Dorgan <davidd@sponge.xevion.net>
To: submit@bugs.debian.org
Cc: matthew@debian.org
Subject: Minor typo on ssh-add.c
Message-ID: <[🔎] 20030918083832.GA16944@eng.xevion.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_9_16
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_16 (1.174.2.15-2003-03-30-exp)

Package: ssh
Version: 3.4p1-1.woody.2

When you type ssh-add -h , among the output you get 
  -x          Lock agent.
  -x          Unlock agent.

The unlock should be -X.

in ssh-add.c

293c293
<       fprintf(stderr, "  -X          Unlock agent.\n");
---
>       fprintf(stderr, "  -x          Unlock agent.\n");


David.


---------------------------------------
Received: (at 211519-done) by bugs.debian.org; 18 Sep 2003 08:58:24 +0000
>From cjwatson@flatline.org.uk Thu Sep 18 03:58:22 2003
Return-path: <cjwatson@flatline.org.uk>
Received: from protactinium.btinternet.com [194.73.73.176] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19zucH-0007QI-00; Thu, 18 Sep 2003 03:58:22 -0500
Received: from host81-128-230-175.in-addr.btopenworld.com ([81.128.230.175] helo=riva.lab.dotat.at)
	by protactinium.btinternet.com with esmtp (Exim 3.22 #23)
	id 19zucH-0005d3-00
	for 211519-done@bugs.debian.org; Thu, 18 Sep 2003 09:58:21 +0100
Received: from cjwatson by riva.lab.dotat.at with local (Exim 3.35 #1 (Debian))
	for 211519-done@bugs.debian.org
	id 19zucG-0005px-00; Thu, 18 Sep 2003 09:58:20 +0100
Date: Thu, 18 Sep 2003 09:58:20 +0100
From: Colin Watson <cjwatson@debian.org>
To: 211519-done@bugs.debian.org
Subject: Re: Bug#211519: Minor typo on ssh-add.c
Message-ID: <20030918085820.GA22181@riva.ucam.org>
References: <[🔎] 20030918083832.GA16944@eng.xevion.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20030918083832.GA16944@eng.xevion.net>
User-Agent: Mutt/1.3.28i
Delivered-To: 211519-done@bugs.debian.org
X-Spam-Status: No, hits=-2.5 required=4.0
	tests=EMAIL_ATTRIBUTION
	version=2.53-bugs.debian.org_2003_9_16
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_16 (1.174.2.15-2003-03-30-exp)

On Thu, Sep 18, 2003 at 04:38:32AM -0400, David Dorgan wrote:
> Package: ssh
> Version: 3.4p1-1.woody.2
> 
> When you type ssh-add -h , among the output you get 
>   -x          Lock agent.
>   -x          Unlock agent.
> 
> The unlock should be -X.
> 
> in ssh-add.c
> 
> 293c293
> <       fprintf(stderr, "  -X          Unlock agent.\n");
> ---
> >       fprintf(stderr, "  -x          Unlock agent.\n");

This was fixed in OpenSSH 3.5p1.

Thanks,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: