]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- one more check
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2011 17:26:32 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ignore-vanished.patch -> 1.2

ignore-vanished.patch

index 54f90d8826997c04eea23626db89aed9dccf97fd..f3a059825b4153dcfb56d01e7fec78630555a5da 100644 (file)
                        } 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;
This page took 0.2256 seconds and 4 git commands to generate.