From 008ebdc7dbb38dde7385b1f9a0f6e752ab88266b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 28 Sep 2020 21:34:17 -0700 Subject: [PATCH] Add a stderr compatibility patch for consideration. --- stderr-compat.diff | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 stderr-compat.diff diff --git a/stderr-compat.diff b/stderr-compat.diff new file mode 100644 index 0000000..ce14063 --- /dev/null +++ b/stderr-compat.diff @@ -0,0 +1,74 @@ +This makes the default for a protocol-28 server process be --stderr=client +instead of --stderr=errors. See rsync's github issue 95. + +To use this patch, run these commands for a successful build: + + patch -p1