packages: rsync/ignore-vanished.patch - one more check

glen glen at pld-linux.org
Thu Feb 10 18:26:37 CET 2011


Author: glen                         Date: Thu Feb 10 17:26:37 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- one more check

---- Files affected:
packages/rsync:
   ignore-vanished.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/rsync/ignore-vanished.patch
diff -u packages/rsync/ignore-vanished.patch:1.1 packages/rsync/ignore-vanished.patch:1.2
--- packages/rsync/ignore-vanished.patch:1.1	Tue Jan 25 20:52:46 2011
+++ packages/rsync/ignore-vanished.patch	Thu Feb 10 18:26:32 2011
@@ -46,3 +46,22 @@
  			} else {
  				io_error |= IOERR_GENERAL;
  				rsyserr(FERROR_XFER, errno,
+--- rsync-3.0.7/flist.c~	2011-02-10 18:51:29.000000000 +0200
++++ rsync-3.0.7/flist.c	2011-02-10 19:15:56.125220647 +0200
+@@ -59,6 +59,7 @@
+ extern int implied_dirs;
+ extern int file_extra_cnt;
+ extern int ignore_perishable;
++extern int ignore_vanished;
+ extern int non_perishable_cnt;
+ extern int prune_empty_dirs;
+ extern int copy_links;
+@@ -1127,7 +1127,7 @@
+ 					full_fname(thisname));
+ 			} else
+ #endif
+-			{
++			if (!ignore_vanished) {
+ 				enum logcode c = am_daemon && protocol_version < 28
+ 					       ? FERROR : FWARNING;
+ 				io_error |= IOERR_VANISHED;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rsync/ignore-vanished.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list