Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2001 08:48:29 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/rsync/files ssh-patch-main.c ssh-patch-rsync.h
Message-ID:  <200104081548.f38FmTf80209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2001/04/08 08:48:29 PDT

  Modified files:
    net/rsync/files      ssh-patch-rsync.h 
  Added files:
    net/rsync/files      ssh-patch-main.c 
  Log:
  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
  
  Revision  Changes    Path
  1.2       +7 -4      ports/net/rsync/files/ssh-patch-rsync.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104081548.f38FmTf80209>