From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18872 invoked from network); 11 Apr 2002 21:33:52 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 11 Apr 2002 21:33:51 -0000 Received: (qmail 29976 invoked by alias); 11 Apr 2002 21:33:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16967 Received: (qmail 29964 invoked from network); 11 Apr 2002 21:33:45 -0000 Date: Thu, 11 Apr 2002 14:33:26 -0700 (PDT) From: Bart Schaefer Sender: schaefer@ns1.sodaware.com To: Jason Price cc: zsh-workers@sunsite.dk Subject: Re: _mount linux centric? In-Reply-To: <20020411161005.A29774@oobleck.gatech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 11 Apr 2002, Jason Price wrote: > Mainly because the same file is called /etc/mntab rather than /etc/mtab. It's mnttab that's Solaris-centric, not _mount that's linux-centric. There are lots of other platforms that use mtab. > I'm not good enough to translate the function. I don't know what $OSTYPE is set to on Solaris 8 (I only have access to an old SunOS 5.5 machine), but I suspect the `freesbsd*' clause in the `case "$OSTYPE"' statement near the end of _mount will work just as well on Solaris, so just add an appropriate word to that pattern. And then let us know what the appropriate word is, so we can include it in the distribution.