public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: 000-cygwin-post-install.sh on Cygwin 1.7
Date: Thu, 25 Dec 2008 16:06:00 -0000	[thread overview]
Message-ID: <20081225160510.GA20539@ednor.casa.cgf.cx> (raw)
In-Reply-To: <20081225152848.GA18544@ednor.casa.cgf.cx>

On Thu, Dec 25, 2008 at 10:28:48AM -0500, Christopher Faylor wrote:
>On Thu, Dec 25, 2008 at 01:23:35AM -0500, Pierre A. Humblet wrote:
>> I tried to install Cygwin 1.7 under "Program Files", as I have always done 
>> with 1.5.
>> It didn't work. Here is a fix:
>>
>> $ diff 000-cygwin-post-install.sh.done 000-cygwin-post-install.sh.new
>> 53,54c53
>> <     [[ "$line" =~ ([^ ]*)\ on\ ([^ ]*)\ type\ ([^ ]*)\ .* ]]
>> <     if [ "${BASH_REMATCH[2]}" = "/" ]
>> ---
>> >     if [[ "$line" =~ ([^ ].*)\ on\ /\ type\ ([^ ]*)\ .* ]]
>> 58c57
>> <       FS_TYPE="${BASH_REMATCH[3]}"
>> ---
>> >       FS_TYPE="${BASH_REMATCH[2]}"
>
>I think that does the same thing in one line:
>
>eval $(/usr/bin/mount -m | sed -n 's%\(.*\) / \([^ ]*\) .*$%CYGROOT=\1 FS_TYPE=\2%p')
>
>although it looks like something may be broken because I'm
>getting "unknown" for all of the FS_TYPEs on my system.

I've updated this package to base-cygwin-1.1-2.tar.bz2 (Corinna can make
a real 1.2-1 release with whatever fix she deems acceptable at some
point) and fixed the above problem in the DLL.

I'll roll a new 1.7 release today or tomorrow.  For now, there is a snapshot
available.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

  reply	other threads:[~2008-12-25 16:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-25  6:26 Pierre A. Humblet
2008-12-25 15:29 ` Christopher Faylor
2008-12-25 16:06   ` Christopher Faylor [this message]
     [not found] <7.1.0.9.0.20081225005430.01990e10@ieee.org>
2009-01-24  8:51 ` Pierre A. Humblet
2009-01-24 20:30   ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081225160510.GA20539@ednor.casa.cgf.cx \
    --to=cgf-use-the-mailinglist-please@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).