From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4448 invoked from network); 28 Oct 2008 23:30:13 -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; 28 Oct 2008 23:30:13 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 40762 invoked from network); 28 Oct 2008 23:30:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Oct 2008 23:30:01 -0000 Received: (qmail 22257 invoked by alias); 28 Oct 2008 23:29:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25939 Received: (qmail 22240 invoked from network); 28 Oct 2008 23:29:48 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Oct 2008 23:29:48 -0000 Received: from mail.farley.org (farley.org [67.64.95.201]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 3F1F780524C0 for ; Wed, 29 Oct 2008 00:29:40 +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 m9SNTZl9017148 for ; Tue, 28 Oct 2008 18:29:35 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Tue, 28 Oct 2008 18:29:35 -0500 (CDT) From: "Sean C. Farley" To: zsh-workers@sunsite.dk Subject: FreeBSD completion patch (related to mount) Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: ClamAV 0.92.1/8529/Tue Oct 28 23:21:11 2008 on bifrost X-Virus-Status: Clean Here are a couple of patches to completion on FreeBSD concerning mount. The reason I kept msdos options on FreeBSD as well as the msdosfs options is that FreeBSD's mount will accept mount -t msdos with a warning that msdosfs is the proper name. http://people.freebsd.org/~scf/_file_systems.patch http://people.freebsd.org/~scf/_mount.patch Sean P.S. Please Cc: me as I am not on this list. -- scf@FreeBSD.org