diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-02 17:18:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-02 17:18:46 +0000 |
commit | 50f6604c91ac342d1c51f75b9b90ec61a1d8645c (patch) | |
tree | 1b157e6452b7fb4ac5dcb8bb97d7cbd5d5bd6496 /net/rsync | |
parent | 82aafd48d149675037962b9303c84d05737a878b (diff) | |
download | pkgsrc-50f6604c91ac342d1c51f75b9b90ec61a1d8645c.tar.gz |
Update rsync to 2.4.4. Except for bugfixes and optimizations, the changes
are:
By default don't gzip .iso images
Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton
Added --blocking-io option
Get rid of annoying symlink error messages
If the remote shell is rsh then use blocking IO
Added *.bz2 and *.tbz to default dont compress list
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/files/md5 | 6 | ||||
-rw-r--r-- | net/rsync/pkg/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/rsync/files/md5 b/net/rsync/files/md5 index e394a80a8ca..c5f83f2cd4f 100644 --- a/net/rsync/files/md5 +++ b/net/rsync/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.11 2000/06/20 02:56:18 itojun Exp $ +$NetBSD: md5,v 1.12 2000/08/02 17:18:46 wiz Exp $ -MD5 (rsync-2.4.3.tar.gz) = ca32154440ea338fb14e9629df60b656 -MD5 (rsync-243-v6-20000620.diff.gz) = c96a5e2088bc909765889d3ebfb47b40 +MD5 (rsync-2.4.4.tar.gz) = fb2653d816c87b1d7804651e65cc927d +MD5 (rsync-244-v6-20000802.diff.gz) = 9d1b04212290fe65b64eec688468b02c diff --git a/net/rsync/pkg/PLIST b/net/rsync/pkg/PLIST index 939154df6fa..57020c3527a 100644 --- a/net/rsync/pkg/PLIST +++ b/net/rsync/pkg/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 1998/07/04 09:56:27 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/08/02 17:18:46 wiz Exp $ bin/rsync -man/man1/rsync.1.gz -man/man5/rsyncd.conf.5.gz +man/man1/rsync.1 +man/man5/rsyncd.conf.5 share/doc/rsync/tech_report.tex @dirrm share/doc/rsync |