Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com To: cygwin-apps AT cygwin DOT com, cygwin-xfree AT cygwin DOT com Subject: Re: cygwin/xfree86 setup.exe packages available for comments and testing References: From: Benjamin Riefenstahl Date: 19 Apr 2002 23:17:56 +0200 In-Reply-To: Message-ID: Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Harold Hunt" writes: > Excellent idea. Now I just need someone to write that script. > Shouldn't be too hard. Any takers? How about fontdir=/usr/X11R6/lib/X11/fonts wfontdir=`cygpath -w $fontdir` mount -bfs $wfontdir $fontdir 2> /dev/null || mount -bfu $wfontdir $fontdir IOW, create a system mount in binary mode on the font directory, disregarding any existing mount on the same place. If the user is not allowed to create a system mount, create a user mount instead. This would break when there already is a user mount in text mode. That seems pretty unlikely, though. so long, benny