Thanks, this will be merged in 2.6. Please let me know if anything
further is required.
--
Martin
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
On Wed, Feb 20, 2002 at 11:17:24AM -0800, you [Martin Pool] wrote:
>
> OK, already fixed. --no-fork would be good to add in the future -- it
> can be handy for debugging.
As said, I only added the --dont-fork==--no-detach mostly because I use it
in my scripts. (The original --dont-fork did disa
> (1) --no-detach
OK, already fixed. --no-fork would be good to add in the future -- it
can be handy for debugging.
> (2) ctrl-c
Fixed recently by Colin Walters.
> O_TEXT and O_BINARY
Good.
It might be cleaner to #ifdef on O_BINARY or something that will also
work on MSVC++.
> +#ifdef __CY
On Wed, Feb 20, 2002 at 08:27:07AM +0200, [Ville Herva] wrote:
>
>(2) Secondly, if I connect to rsync daemon from another machine and hit
>ctrl-c at the client end during transfer, the rsync daemon exists (not
>just the connection handler process, but every rsync). I guess th
I've been running rsync-2.4.2 with an old patch of mine for some time for
backup purposes. Due to the recent remote bug, I thought it was time to
upgrade, even if the host was behind a firewall.
So I dug up the old patch (2.5.2 version attached), that I think I sent ages
ago to this list as well.