From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12731 invoked from network); 28 Jun 2000 08:36:53 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Jun 2000 08:36:53 -0000 Received: (qmail 17058 invoked by alias); 28 Jun 2000 08:36:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12097 Received: (qmail 17051 invoked from network); 28 Jun 2000 08:36:45 -0000 Date: Wed, 28 Jun 2000 10:36:45 +0200 From: Jan Fedak To: Zsh workers Subject: a VERY little patch for _ssh Message-ID: <20000628103644.A1749@tornado.sh.cvut.cz> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP" User-Agent: Mutt/1.1.2i --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Hello. Could you consider adding the following little patch for _ssh? Thanks, Jan -- Jan Fedak talk:jack@tornado.sh.cvut.cz mailto:J.Fedak@sh.cvut.cz mailto:jack@mobil.cz Linux - the ultimate NT Service Pack. --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ssh.patch" --- zsh-3.1.9-dev-1/Completion/User/_ssh Sun May 21 20:31:27 2000 +++ zsh-3.1.9-dev-mine/Completion/User/_ssh Sun May 21 20:34:28 2000 @@ -33,7 +33,7 @@ '-l[specify login name]:login name:_ssh_users' \ '-n[redirect stdin from /dev/null]' \ '*-o[specify extra options]:option string:->option' \ - '-p[specify port on remote host]:port number on remote host:' \ + '-p[specify port on remote host]:port number on remote host:_ports' \ '-q[quiet operation]' \ '-P[use non priviledged port]' \ '-t[force pseudo-tty allocation]' \ --jRHKVT23PllUwdXP--