Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com X-WM-Posted-At: MailAndNews.com; Tue, 18 Apr 00 00:27:31 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: setup triubles References: <20000417194450 DOT A3768 AT cygnus DOT com> Reply-to: egorovv AT mailandnews DOT com From: Vadim Egorov Date: 18 Apr 2000 08:27:06 +0400 In-Reply-To: Chris Faylor's message of "Mon, 17 Apr 2000 19:44:50 -0400" Message-ID: Lines: 25 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Chris Faylor writes: > On Mon, Apr 17, 2000 at 06:42:56PM +0400, Vadim Egorov wrote: > >Below is a patch which solves some of problems I met while trying > >to install the new net release. > > I've checked this patch in. There was at least one thing that I didn't > understand but I assume that it must have been required to get things > running for you. I apologize for being unclear. In brief - I changed findhref so that it searches HREF= only after A tag - otherwise in my case it always encountered it inside a BASE element and traversed the same ftp dir again and again. - I added check for '\0' in the beginning of each ftp listing line because in my case they has form "\0ash/" - I added a slash to "latest" because combining "ftp://..../cygwin/latest" and "ash/" by InternetCombineUrl gives "ftp://..../cygwin/ash/" - not "ftp://..../cygwin/latest/ash/" - and two unlinks to delete temporary files produced by geturl -- Regards, Vadim Egorov