From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26582 invoked from network); 14 Jun 2005 16:04:41 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 14 Jun 2005 16:04:41 -0000 Received: (qmail 86791 invoked from network); 14 Jun 2005 16:04:34 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Jun 2005 16:04:34 -0000 Received: (qmail 22316 invoked by alias); 14 Jun 2005 16:04:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21334 Received: (qmail 22306 invoked from network); 14 Jun 2005 16:04:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Jun 2005 16:04:30 -0000 Received: (qmail 86382 invoked from network); 14 Jun 2005 16:04:30 -0000 Received: from grunt23.ihug.com.au (203.109.249.143) by a.mx.sunsite.dk with SMTP; 14 Jun 2005 16:04:25 -0000 Received: from 203-217-27-249.dyn.iinet.net.au (localhost.localdomain) [203.217.27.249] by grunt23.ihug.com.au with esmtp (Exim 3.35 #1 (Debian)) id 1DiDte-0005mB-00; Wed, 15 Jun 2005 02:04:16 +1000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id j5EFw6pG029469 for ; Wed, 15 Jun 2005 01:58:17 +1000 Received: (from doug@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) id j5EFvsjb029467 for zsh-workers@sunsite.dk; Wed, 15 Jun 2005 01:57:54 +1000 X-Authentication-Warning: localhost.localdomain: doug set sender to dougkearns@gmail.com using -f Date: Wed, 15 Jun 2005 01:57:54 +1000 From: Doug Kearns To: zsh-workers@sunsite.dk Subject: PATCH: pkgtool -target_dir completion Message-ID: <20050614155754.GA29398@localhost.localdomain> Mail-Followup-To: zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_WEB autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 There's a typo in _pkgtool but as I'm not a Slackware user I'm not sure if this is the appropriate fix... Regards, Doug Index: Completion/Linux/Command/_pkgtool =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Linux/Command/_pkgtool,v retrieving revision 1.6 diff -u -r1.6 _pkgtool --- Completion/Linux/Command/_pkgtool 8 Jun 2005 05:33:47 -0000 1.6 +++ Completion/Linux/Command/_pkgtool 14 Jun 2005 15:54:29 -0000 @@ -49,7 +49,7 @@ '-ignore_tagfile[install every package encountered regardless of tagfiles]' \ '-tagfile[specify tagfile to be used for the installation]:tagfile:_files -/' \ '-source_dir[specify directory containing each disk subdirectory]:source directory:_path_files -/' \ - '-target_dir[specify directory where the target root directory is located]:target directory:_path_files -W -/' \ + '-target_dir[specify directory where the target root directory is located]:target directory:_path_files -/' \ '(-source_mounted)-source_device[specify source device to install from]:source device:{compadd "$expl[@]" /dev/*}' ;; esac