From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19867 invoked from network); 4 Dec 2003 14:56:14 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Dec 2003 14:56:14 -0000 Received: (qmail 20275 invoked by alias); 4 Dec 2003 14:56:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19273 Received: (qmail 20254 invoked from network); 4 Dec 2003 14:56:03 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 4 Dec 2003 14:56:03 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 4 Dec 2003 14:56:2 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-23.tower-36.messagelabs.com!1070549760!2280607 X-StarScan-Version: 5.1.13; banners=-,-,- Received: (qmail 19603 invoked from network); 4 Dec 2003 14:56:00 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-23.tower-36.messagelabs.com with SMTP; 4 Dec 2003 14:56:00 -0000 Received: from gmcs3.local ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id hB4EtxuB014361; Thu, 4 Dec 2003 14:56:00 GMT Received: from gmcs3.local (localhost [127.0.0.1]) by gmcs3.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id hB4Exu228345; Thu, 4 Dec 2003 15:59:56 +0100 cc: zsh-workers@sunsite.dk X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <1070537230.2698.12.camel@localhost> From: Oliver Kiddle References: <1070537230.2698.12.camel@localhost> To: Baptiste Daroussin Subject: Re: small patches for ZSH Completion function Date: Thu, 04 Dec 2003 15:59:56 +0100 Message-ID: <28343.1070549996@gmcs3.local> Baptiste Daroussin wrote: > The following patches are for : Thanks, I've commit these. > chown: > add linux to the OSTYPE that need suffix : after users because the > suffix . is deprecated and in the last version of chown on my gentoo > does not work anymore. We probably ought to change it to make colon the default. Anyone know what systems' chowns only work with a dot? Oliver