K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-08T15:48:29.000000Z K 7 svn:log V 405 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 END