summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorgrant <grant>2002-05-16 02:27:04 +0000
committergrant <grant>2002-05-16 02:27:04 +0000
commitfa4ed25a71e15bc29b55ae5df1829db24d4d0aa5 (patch)
treea8f51bdbc98e5cc047d63a42ff56b49a20f31af4 /net/rsync
parentc191b1ae7003c6c9d6ec57f6cd29f89d41cc8eee (diff)
downloadpkgsrc-fa4ed25a71e15bc29b55ae5df1829db24d4d0aa5.tar.gz
fix typo in MASTER_SITES.
rsync 2.5.5 "Snowy River" (2 April 2002) ENHANCEMENTS: * With --progress, when a transfer is complete show the time taken; otherwise show expected time to complete. (Cameron Simpson) * Make "make install-strip" works properly, and "make install" accepts a DESTDIR variable for help in building binary packages. (Peter Breitenlohner, Greg Louis) * If configured with --enable-maintainer-mode, then on receipt of a fatal signal rsync will try to open an xterm running gdb, similarly to Samba's "panic action" or GNOME's bug-buddy. (Martin Pool) BUG FIXES: * Fix situation where failure to fork (e.g. because out of process slots) would cause rsync to kill all processes owned by the current user. Yes, really! (Paul Haas, Martin Pool) * Fix test suite on Solaris. (Jos Backus, Martin Pool) * Fix minor memory leak in socket code. (Dave Dykstra, Martin Pool.) * Fix --whole-file problem that caused it to be the default even for remote connections. (Martin Pool, Frank Schulz) * Work around bug in Mac OS X mkdir(2), which cannot handle trailing slashes. <http://www.opensource.apple.com/bugs/X/BSD%20Kernel/2734739.html> (Martin Pool) * Improved network error handling. (Greg A. Woods)
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 8ecab2e96a3..d34d1502fe6 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.43 2002/05/16 02:23:00 grant Exp $
+# $NetBSD: Makefile,v 1.44 2002/05/16 02:27:04 grant Exp $
DISTNAME= rsync-2.5.5
CATEGORIES= net
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
ftp://rsync.samba.org/pub/rsync/ \
- http://rsync.samba.org/pub/rsync/old-versions/ \
+ http://rsync.samba.org/ftp/rsync/old-versions/ \
ftp://rsync.samba.org/pub/rsync/old-versions/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
ftp://ftp0.sunet.se/pub/unix/admin/rsync/ \