From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4066 invoked from network); 12 Aug 2008 14:03:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Aug 2008 14:03:33 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 26837 invoked from network); 12 Aug 2008 14:03:15 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Aug 2008 14:03:15 -0000 Received: (qmail 13575 invoked by alias); 12 Aug 2008 14:03:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25441 Received: (qmail 13558 invoked from network); 12 Aug 2008 14:03:02 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 Aug 2008 14:03:02 -0000 Received: from lorien.comfychair.org (lorien.comfychair.org [64.81.241.43]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 5230480EA0B3 for ; Tue, 12 Aug 2008 16:02:54 +0200 (CEST) Received: from lorien.comfychair.org (localhost [127.0.0.1]) by lorien.comfychair.org (8.13.7/8.13.7) with ESMTP id m7CE28IO023310; Tue, 12 Aug 2008 07:02:08 -0700 Received: (from duvall@localhost) by lorien.comfychair.org (8.13.7/8.13.7/Submit) id m7CE28Ct023309; Tue, 12 Aug 2008 07:02:08 -0700 Date: Tue, 12 Aug 2008 07:02:07 -0700 From: Danek Duvall To: Bruno Bonfils Cc: zsh-workers@sunsite.dk Subject: Re: [solaris] completion function for zone* Message-ID: <20080812140207.GI6828@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Bruno Bonfils , zsh-workers@sunsite.dk References: <20080812085748.GA28714@kaoru.asyd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080812085748.GA28714@kaoru.asyd.net> User-Agent: mutt-ng/devel-r535 (Linux) X-Virus-Scanned: ClamAV 0.92.1/8018/Tue Aug 12 10:36:31 2008 on bifrost X-Virus-Status: Clean On Tue, Aug 12, 2008 at 10:57:48AM +0200, Bruno Bonfils wrote: > Hi, > > I wrote a completion function for solaris's 10+ zones management > function, the function is available here : > > http://svn.asyd.net/svn/zsh/trunk/functions/_zones > > feel free to add/modify it /etc/zones/index isn't a public interface. You should use "zoneadm list" to get the list of zones instead. I submitted a completion function for zlogin a short while back (July 21). That should either be rolled into this file, or the _zlogin() here should be dropped -- I think that mine is more accurate, though I don't complete the zonename. Danek