rsync 2.5.4 -v output (minor knit)

Lee Eakin Leakin at dfw.Nostrum.com
Fri Mar 15 15:44:11 EST 2002


Dave,
  Awesome!  Nice clean output now with single -v.  I guess I need to make
  sure the perl File::Rsync module is up-todate with 2.5.4 ;)

  Thanks again to all the developers, Now that rsync exists I can't live
  without it.  I use it all day long for all kinds of transfers, not to
  mention it is an integral part of our corporate DNS process and our DRP
  solution for off-site backup of critical servers.
    -Lee
    
---begin quoted text---
> From: Dave Dykstra <dwd at bell-labs.com>
> Subject: Re: rsync 2.5.4 -v output (minor knit)
> Date: Thu, 14 Mar 2002 15:27:49 -0600
> 
> Ah, yes.  Here's a fix.  I submitted it to rsync CVS.
> 
> - Dave
> 
> 
> --- flist.c.O	Thu Mar 14 15:26:24 2002
> +++ flist.c	Thu Mar 14 15:18:52 2002
> @@ -988,8 +988,9 @@
>  		send_file_entry(NULL, f, 0);
>  	}
>  
> -	if (show_filelist_p())
> +	if (show_filelist_p() && f != -1) {
>  		finish_filelist_progress(flist);
> +	}
>  
>  	clean_flist(flist, 0);
>  
---end quoted text---

-- 
    Lee Eakin - leakin at dfw.nostrum.com
 
"SPOON!" --The Tick                  "There is no spoon." --Neo, The Matrix




More information about the rsync mailing list