[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: boot-floppies 2.3.5 ready for testing (i386 and powerpc so far)



On Tue Jun 26, 2001 at 06:24:50PM +0200, Tollef Fog Heen wrote:
> * Ethan Benson 
> 
> | hacking autoresume into busybox wget might not be trivial.  much
> | less teaching debootstrap about it.
> 
> Actually, it seems like bb-wget supports it already:
> 
> wget.c:
> 
> 	/* Make the assumption that if the file already exists
> 	 * on disk that the intention is to continue downloading
> 	 * a previously aborted download  -Erik */
> 	if (stat(fname_out, &sbuf) == 0) {
> 		++do_continue;
> 	}

As an FYI, in the latest in CVS, this assumption is
now gone.  I require a 'wget -c' before I continue...

 -Erik

--
Erik B. Andersen   email:  andersee@debian.org, andersen@lineo.com
--This message was written using 73% post-consumer electrons--



Reply to: