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 <[EMAIL PROTECTED]>
> 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 - [EMAIL PROTECTED]
 
"SPOON!" --The Tick                  "There is no spoon." --Neo, The Matrix

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to