diff options
author | grant <grant@pkgsrc.org> | 2002-05-16 02:27:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-05-16 02:27:04 +0000 |
commit | 80d75bd75e1f60d1ca2b77b2cf49b58bc979e7c9 (patch) | |
tree | a8f51bdbc98e5cc047d63a42ff56b49a20f31af4 /net/rsync | |
parent | 7b25b684cf7bd5a8ebd9f5ab6dd4983fc1fa6eee (diff) | |
download | pkgsrc-80d75bd75e1f60d1ca2b77b2cf49b58bc979e7c9.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/Makefile | 4 |
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/ \ |