From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23073 invoked from network); 23 May 2006 17:14:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 May 2006 17:14:52 -0000 Received: (qmail 9491 invoked from network); 23 May 2006 17:14:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 May 2006 17:14:47 -0000 Received: (qmail 5810 invoked by alias); 23 May 2006 17:14:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22453 Received: (qmail 5801 invoked from network); 23 May 2006 17:14:44 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 May 2006 17:14:44 -0000 Received: (qmail 9222 invoked from network); 23 May 2006 17:14:44 -0000 Received: from dsl-63-249-88-2.cruzio.com (HELO dot.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 23 May 2006 17:14:43 -0000 Received: by dot.blorf.net (Postfix, from userid 1000) id 1CCA73759; Tue, 23 May 2006 10:14:40 -0700 (PDT) Date: Tue, 23 May 2006 10:14:40 -0700 From: Wayne Davison To: Hideki ONO Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: _ls Message-ID: <20060523171440.GE21617@blorf.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 On Wed, May 24, 2006 at 01:46:27AM +0900, Hideki ONO wrote: > add _ls support for *bsd. > could you apply this patch? This isn't quite right because the script is trying to use _pick_variant to figure out if the tool is a GNU version or not, and this check was not affected by your patch. Also, if the user ran gls, presumably we would need to use the GNU options even on *bsd. So, a little more tweaking of your patch looks to be needed (which I don't have the time to do at the moment, alas). ..wayne..