1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/rsync
David E. O'Brien b66527ab46 rsync sometimes freezes during execution if it is run over ssh.
rsync turns on blocking I/O mode if remote shell command is rsh
(ie. matched RSYNC_RSH) to work around some broken rsh implementations
on other platforms.

The submitter of the rsh->ssh patches overloaded RSYNC_RSH for ssh.
That turns out to be a Wrong Thing.  This change implements the parallel
RSYNC_SSH.

PR:		26376
Submitted by:	adrian
2001-04-08 15:48:29 +00:00
..
files rsync sometimes freezes during execution if it is run over ssh. 2001-04-08 15:48:29 +00:00
distinfo Enable IPv6 supporting. 2000-09-13 20:02:10 +00:00
Makefile Change the default remote protocol from RSH to SSH. 2001-03-08 11:40:26 +00:00
pkg-comment
pkg-descr
pkg-message Change the default remote protocol from RSH to SSH. 2001-03-08 11:40:26 +00:00
pkg-plist Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +00:00