Browse Source

ok, finally follow FreeBSD and make SSH the default transport for rsync

master
parent
commit
cd4649995e
  1. 18
      rsync/rsync.patch
  2. 2
      rsync/rsync.spec

18
rsync/rsync.patch

@ -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>

2
rsync/rsync.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
Group: Filesystem Group: Filesystem
License: GPL License: GPL
Version: 2.5.5 Version: 2.5.5
Release: 20021217 Release: 20021227
# list of sources # list of sources
Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz

Loading…
Cancel
Save