|
|
@@ -1,6 +1,6 @@
|
|
|
Index: Makefile.in
|
|
|
---- Makefile.in.orig 2008-02-13 02:29:09 +0100
|
|
|
-+++ Makefile.in 2008-03-12 17:12:05 +0100
|
|
|
+--- Makefile.in.orig 2008-11-16 00:32:02 +0100
|
|
|
++++ Makefile.in 2008-12-29 09:06:40 +0100
|
|
|
@@ -13,6 +13,7 @@
|
|
|
CPPFLAGS=@CPPFLAGS@
|
|
|
EXEEXT=@EXEEXT@
|
|
|
@@ -9,19 +9,19 @@ Index: Makefile.in
|
|
|
|
|
|
INSTALLCMD=@INSTALL@
|
|
|
INSTALLMAN=@INSTALL@
|
|
|
-@@ -147,7 +148,7 @@
|
|
|
- @echo ' ' >/dev/null
|
|
|
+@@ -175,7 +176,7 @@
|
|
|
+ @if test -f proto.h; then :; else cp -p $(srcdir)/proto.h .; fi
|
|
|
|
|
|
proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c
|
|
|
- perl $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c
|
|
|
+ $(PERL) $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c
|
|
|
|
|
|
man: rsync.1 rsyncd.conf.5
|
|
|
-
|
|
|
+ @if test -f rsync.1; then :; else cp -p $(srcdir)/rsync.1 .; fi
|
|
|
Index: compat.c
|
|
|
---- compat.c.orig 2008-03-01 21:01:41 +0100
|
|
|
-+++ compat.c 2008-03-12 17:10:21 +0100
|
|
|
-@@ -161,19 +161,21 @@
|
|
|
+--- compat.c.orig 2008-08-02 16:04:54 +0200
|
|
|
++++ compat.c 2008-12-29 09:06:40 +0100
|
|
|
+@@ -164,19 +164,21 @@
|
|
|
rprintf(FINFO, "(%s) Protocol versions: remote=%d, negotiated=%d\n",
|
|
|
am_server? "Server" : "Client", remote_protocol, protocol_version);
|
|
|
}
|
|
|
@@ -51,9 +51,9 @@ Index: compat.c
|
|
|
}
|
|
|
if (protocol_version > PROTOCOL_VERSION) {
|
|
|
Index: rsync.h
|
|
|
---- rsync.h.orig 2008-03-01 21:12:04 +0100
|
|
|
-+++ rsync.h 2008-03-12 17:10:21 +0100
|
|
|
-@@ -113,9 +113,12 @@
|
|
|
+--- rsync.h.orig 2008-09-27 06:21:52 +0200
|
|
|
++++ rsync.h 2008-12-29 09:06:40 +0100
|
|
|
+@@ -114,9 +114,12 @@
|
|
|
* unlikely to begin by sending a byte between MIN_PROTOCL_VERSION and
|
|
|
* MAX_PROTOCOL_VERSION. */
|
|
|
|