From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19020 invoked from network); 30 Oct 2008 01:04:12 -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=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; 30 Oct 2008 01:04:12 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 69736 invoked from network); 30 Oct 2008 01:03:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Oct 2008 01:03:54 -0000 Received: (qmail 15599 invoked by alias); 30 Oct 2008 01:03:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25948 Received: (qmail 15583 invoked from network); 30 Oct 2008 01:03:42 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Oct 2008 01:03:42 -0000 Received: from mail.farley.org (farley.org [67.64.95.201]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 9AA2480524C2 for ; Thu, 30 Oct 2008 02:03:29 +0100 (CET) Received: from thor.farley.org (HPooka@thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id m9U13N4q005148; Wed, 29 Oct 2008 20:03:23 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Wed, 29 Oct 2008 20:03:23 -0500 (CDT) From: "Sean C. Farley" To: Richard Hartmann cc: zsh-workers@sunsite.dk Subject: Re: FreeBSD completion patch (related to mount) In-Reply-To: <2d460de70810291653i6dcaf82emcf92193973c3c1d9@mail.gmail.com> Message-ID: References: <20081029014032.GA22980@scru.org> <2d460de70810291653i6dcaf82emcf92193973c3c1d9@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.92.1/8538/Wed Oct 29 19:45:41 2008 on bifrost X-Virus-Status: Clean On Thu, 30 Oct 2008, Richard Hartmann wrote: > On Wed, Oct 29, 2008 at 02:40, Clint Adams wrote: > >> It seems less useful to offer that option then, no? I tried to write the patches to offer msdosfs and not msdos as an option to -t. Since msdos is still accepted, I wrote the patch to display the msdosfs options for both when -o is completed. DragonFlyBSD is basically the same except for the "fs" suffixes on three of the file systems offered according to its man pages. > Esp since the correct option is the prefix of the wrong one. It appears to work correctly for me. Did I miss something? Examples: 1. mount -t shows msdosfs and not msdos. 2. mount -t (msdos|msdosfs) -o show the exact same options. Sean -- scf@FreeBSD.org