Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <03d301c58616$166ad5f0$0200000a@agamemnon>
From: "Jon A. Lambert" <jlsysinc@alltel.net>
To: "Eric Blake" <ebb9@byu.net>, <fergus@bonhard.uklinux.net>
Cc: <cygwin@cygwin.com>
References: <1120880636.6400.7.camel@localhost.localdomain> <42CF4C9D.8000708@byu.net>
Subject: Re: Unwanted .exe appended to symlinks
Date: Mon, 11 Jul 2005 08:43:06 -0400
MIME-Version: 1.0
Content-Type: text/plain; 	format=flowed; 	charset="iso-8859-1"; 	reply-type=original
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Eric Blake wrote:
> Confirmed.  Unfortunately, this is a side effect of my improvements
> to ln to unify the cygwin-specific .exe code which tries to determine
> when the original file exists as just "file" vs. "file.exe".  

See line 560 of postgres initdb script.

--------
cp /dev/null "$PGDATA"/postgresql.conf               || exit_nicely
-------

The initdb script is failing with...

cp: cannot stat `/dev/null.exe': No such file or directory

It's there but cp cannot see it...
.
$ lal /dev/null
crw-rw-rw-  1 postgres None 1, 3 Jul 11 08:42 /dev/null

--
J Lambert




--
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/

