Displaying 1 result from an estimated 1 matches for "2apc".
Did you mean:
2a9c
2003 Mar 08
1
[patch] rsync over existing I/O connections (new feature)
...tremely useful. Hopefully it's useful enough to others to get
added to the rsync codebase in one form or another so I don't have to keep
patching rsync.
This patch was made against rsync 2.5.4.
cheers,
Tony
rsync-2.5.4-force_fd.apc.patch
-----
diff -urN rsync-2.5.4-2/main.c rsync-2.5.4-2apc/main.c
--- rsync-2.5.4-2/main.c Mon Sep 30 10:09:17 2002
+++ rsync-2.5.4-2apc/main.c Thu Mar 6 15:29:27 2003
@@ -665,6 +665,8 @@
extern int whole_file;
extern int write_batch;
extern int read_batch;
+ extern int force_f_in;
+ extern int force_f_out;
int rc;
/* Don't clobber argv[]...