diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:13:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:13:37 +0000 |
commit | 75ead950c010128bdc7e7f595f7f27b3ea7cffe7 (patch) | |
tree | 8a05f2628ecfc31e5fea356e48dfcd91580cedfa /net/rsync/files | |
parent | d32643d595be96de21ccb0e339aa1a00eb1696ef (diff) |
Notes
Diffstat (limited to 'net/rsync/files')
-rw-r--r-- | net/rsync/files/patch-ai | 11 | ||||
-rw-r--r-- | net/rsync/files/ssh-patch-options.c | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/net/rsync/files/patch-ai b/net/rsync/files/patch-ai deleted file mode 100644 index 054882c62780..000000000000 --- a/net/rsync/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- rsyncd.conf.5.orig Tue Apr 6 08:04:17 1999 -+++ rsyncd.conf.5 Tue Apr 6 14:43:50 1999 -@@ -429,7 +429,7 @@ - .br - syslog facility = local5 - .br --pid file = /etc/rsyncd\&.pid -+pid file = /var/run/rsyncd\&.pid - .PP - - .DS diff --git a/net/rsync/files/ssh-patch-options.c b/net/rsync/files/ssh-patch-options.c index 98e30ffc1e67..8fe17d89eb6f 100644 --- a/net/rsync/files/ssh-patch-options.c +++ b/net/rsync/files/ssh-patch-options.c @@ -2,4 +2,4 @@ +++ 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_RSH); ++ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_SSH); |