From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25213 invoked from network); 21 Jul 2008 00:15:48 -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; 21 Jul 2008 00:15:48 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 36874 invoked from network); 21 Jul 2008 00:15:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Jul 2008 00:15:42 -0000 Received: (qmail 3212 invoked by alias); 21 Jul 2008 00:15:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25317 Received: (qmail 3200 invoked from network); 21 Jul 2008 00:15:37 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Jul 2008 00:15:37 -0000 Received: from lorien.comfychair.org (lorien.comfychair.org [64.81.241.43]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 0953180561C3 for ; Mon, 21 Jul 2008 02:15:31 +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 m6L0FTWk001064 for ; Sun, 20 Jul 2008 17:15:29 -0700 Received: (from duvall@localhost) by lorien.comfychair.org (8.13.7/8.13.7/Submit) id m6L0FTRI001063 for zsh-workers@sunsite.dk; Sun, 20 Jul 2008 17:15:29 -0700 Date: Sun, 20 Jul 2008 17:15:28 -0700 From: Danek Duvall To: zsh-workers@sunsite.dk Subject: Solaris-specific completion directory? Message-ID: <20080721001528.GX6828@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r535 (Linux) X-Virus-Scanned: ClamAV 0.92.1/7764/Sun Jul 20 18:42:45 2008 on bifrost X-Virus-Status: Clean I'd written about this a couple of years ago, in the context of adding completions for the SystemV packaging commands (pkgadd, pkgrm, etc), and was told that because they weren't technically Solaris-specific, it wasn't entirely appropriate. Well, I've built up a small library of completion functions, some of which pretty much are Solaris specific, some of which might not be considered so. The ones in the former category: _coreadm _dhcpinfo _dumpadm _gcore _inetadm _pfexec _ptree _savecore _svcadm _svccfg _svcprop _svcs _svcs_fmri _zlogin (related to Solaris containers, aka zones) And ones which might be useful on other OSes: The SVr4 packaging commands again: _pkg_instance _pkgadd _pkginfo _pkgrm ZFS (not tested on MacOS, *BSD): _zfs _zfs_dataset _zfs_pool _zpool Would anyone (Peter?) be interested in a patch that added the first group to Completion/Solaris, and the rest to Completion/Unix? I'd like to get these functions into Solaris, finally, but would be more comfortable knowing that they're delivered in the same directory as they are in the source tarball. Thanks, Danek