On Tue, Oct 31, 2000 at 12:03:08PM +1100, Martin Pool wrote:
> On 15 Sep 2000, Dave Dykstra <[EMAIL PROTECTED]> wrote:
>
> > An important point you have missed: the -e option is ignored when
> > you're connecting to an rsync daemon (that is, either "rsync://" or
> > "::" syntax). Ssh cannot be used in combination with it. Rsync
> > really ought to be changed to report that combination as an error
> > instead of silently ignoring the -e.
> >
>
> That sounds like a good idea. How about this?
>
> diff -c -r1.60 clientserver.c
...
Looks good. Thanks, Martin.
- Dave Dykstra