|
|
|
@ -41,3 +41,21 @@ |
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* these are needed for the uid/gid mapping code */
|
|
|
|
/* these are needed for the uid/gid mapping code */
|
|
|
|
|
|
|
|
--- main.c.orig Tue Sep 5 19:46:43 2000
|
|
|
|
|
|
|
|
+++ main.c Sat Apr 7 23:32:25 2001
|
|
|
|
|
|
|
|
@@ -134 +134 @@
|
|
|
|
|
|
|
|
- cmd = RSYNC_RSH;
|
|
|
|
|
|
|
|
+ cmd = RSYNC_SSH;
|
|
|
|
|
|
|
|
--- options.c.orig Thu Mar 8 03:31:32 2001
|
|
|
|
|
|
|
|
+++ options.c Thu Mar 8 03:31:32 2001
|
|
|
|
|
|
|
|
@@ -141 +141 @@
|
|
|
|
|
|
|
|
- rprintf(F," -e, --rsh=COMMAND specify rsh replacement\n");
|
|
|
|
|
|
|
|
+ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_SSH);
|
|
|
|
|
|
|
|
--- rsync.h.orig Sat Aug 19 06:10:39 2000
|
|
|
|
|
|
|
|
+++ rsync.h Sat Apr 7 23:31:00 2001
|
|
|
|
|
|
|
|
@@ -75,4 +75,5 @@
|
|
|
|
|
|
|
|
#define RSYNC_RSH "rsh"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
+#define RSYNC_SSH "ssh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|