search for: with_rsync_path

Displaying 2 results from an estimated 2 matches for "with_rsync_path".

2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
...=CMD set rsh command to CMD (default: \"remsh\" or \"rsh\")], + [ AC_DEFINE_UNQUOTED(RSYNC_RSH, "$with_rsh", [ ]) ]) + AC_ARG_WITH(rsync-path, [ --with-rsync-path=PATH set default --rsync-path to PATH (default: \"rsync\")], [ RSYNC_PATH="$with_rsync_path" ], Index: rsync/main.c --- rsync/main.c 25 Jan 2002 10:07:41 -0000 1.138 +++ rsync/main.c 30 Jan 2002 18:45:22 -0000 @@ -209,8 +209,19 @@ server_options(args,&argc); - - if (strcmp(cmd, RSYNC_RSH) == 0) blocking_io = 1; + if (*cmd == '@') { + if (*++cmd == '@') {...
2003 Dec 16
3
default --rsh
On Mon, Dec 15, 2003 at 10:51:08AM -0800, Wayne Davison wrote: > On Mon, Dec 15, 2003 at 10:03:28AM -0800, jw schultz wrote: > > > The one thing i really would have liked to have seen in a version bump > > would have been changing the default remote shell to ssh instead of > > rsh/remsh. > > I can see this being both a good thing (since I think it is a better >