Fixed some fuzz.
authorWayne Davison <wayned@samba.org>
Sat, 15 Jan 2005 20:11:27 +0000 (20:11 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 15 Jan 2005 20:11:27 +0000 (20:11 +0000)
remove-sent-files.diff

index 4cfb2f5..5d1afd1 100644 (file)
@@ -4,7 +4,7 @@ command before "make":
     make proto
 
 
---- orig/io.c  2005-01-01 21:11:00
+--- orig/io.c  2005-01-14 18:30:18
 +++ io.c       2005-01-10 10:49:17
 @@ -243,6 +243,14 @@ static void read_msg_fd(void)
                read_loop(fd, buf, 4);
@@ -38,7 +38,7 @@ command before "make":
                case MSG_INFO:
                case MSG_ERROR:
                        if (remaining >= sizeof line) {
---- orig/main.c        2005-01-10 00:22:54
+--- orig/main.c        2005-01-14 18:30:18
 +++ main.c     2004-08-13 08:24:23
 @@ -42,6 +42,7 @@ extern int list_only;
  extern int local_server;
@@ -48,7 +48,7 @@ command before "make":
  extern int orig_umask;
  extern int copy_links;
  extern int keep_dirlinks;
-@@ -647,6 +648,8 @@ void start_server(int f_in, int f_out, i
+@@ -648,6 +649,8 @@ void start_server(int f_in, int f_out, i
  
        if (am_sender) {
                keep_dirlinks = 0; /* Must be disabled on the sender. */
@@ -57,7 +57,7 @@ command before "make":
  
                recv_exclude_list(f_in);
                if (cvs_exclude)
-@@ -731,6 +734,9 @@ int client_run(int f_in, int f_out, pid_
+@@ -732,6 +735,9 @@ int client_run(int f_in, int f_out, pid_
                exit_cleanup(status);
        }
  
@@ -67,7 +67,7 @@ command before "make":
        if (argc == 0)
                list_only = 1;
  
---- orig/options.c     2005-01-01 21:11:00
+--- orig/options.c     2005-01-15 04:40:15
 +++ options.c  2005-01-10 10:46:47
 @@ -88,8 +88,10 @@ int daemon_bwlimit = 0;
  int bwlimit = 0;
@@ -179,7 +179,7 @@ command before "make":
        MSG_DONE=5,     /* current phase is done */
        MSG_REDO=4,     /* reprocess indicated flist index */
        MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */
---- orig/rsync.yo      2005-01-01 21:11:01
+--- orig/rsync.yo      2005-01-15 04:36:32
 +++ rsync.yo   2004-07-03 20:17:10
 @@ -343,6 +343,7 @@ verb(
       --delete                delete files that don't exist on sender
@@ -189,9 +189,9 @@ command before "make":
       --ignore-errors         delete even if there are I/O errors
       --max-delete=NUM        don't delete more than NUM files
       --max-size=SIZE         don't transfer any file larger than SIZE
-@@ -684,6 +685,11 @@ receiving side before transferring files
- sufficient space on the receiving filesystem. If you want to delete
- after transferring, use the --delete-after switch. Implies --delete.
+@@ -693,6 +694,11 @@ One reason to use --delete-after is to a
+ the transfer (while the receiving side is scanned for deletions) as this
+ delay might cause the transfer to timeout.  
  
 +dit(bf(--delete-sent-files)) This tells rsync to remove the source files
 +on the sending side that are successfully transferred to the receiving