X-Spam-Check-By: sourceware.org Date: Fri, 24 Nov 2006 09:56:54 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: readlink behavior change? Message-ID: <20061124085654.GD32515@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <45667515 DOT 5060409 AT byu DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45667515.5060409@byu.net> User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Nov 23 21:29, Eric Blake wrote: > Currently, in cygwin 1.5.22, readlink("/bin/exim.lnk",0,0) returns -1, > even though readlink("/bin/exim",0,0) returns 0. But my recollection is > that it used to return 0, since /bin/exim.lnk is an alternate spelling for > /bin/exim. This change in behavior affects several of the coreutils; for > example: I'm not aware of any change in readlink in relation to the .lnk suffix for a long time. > $ \ls -l /bin/exim > lrwxrwxrwx 1 eblake Users 15 Aug 19 06:51 /bin/exim -> exim-4.63-1.exe > $ \ls --append-exe -l /bin/exim > ls: cannot access /bin/exim.exe: No such file or directory > > Was this change intentional, in which case I need to find an alternative > workaround to my .exe magic in coreutils, or accidental? Actually, isn't exim an old-style symlink? $ cd /bin $ attrib exim S C:\cygwin\bin\exim $ ls --append-exe -l /bin/exim ls: cannot access /bin/exim.exe: No such file or directory $ ln -s exim-4.63-1.exe exln $ attrib exln R C:\cygwin\bin\exln.lnk $ ls --append-exe -l /bin/exln lrwxrwxrwx 1 corinna root 15 Nov 24 09:50 /bin/exln -> exim-4.63-1.exe It seems your .exe magic has a flaw when it comes to old-style symlinks w/o .lnk suffix. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/