Date: Sat, 22 Jan 2000 10:00:34 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync/patches patch-ac Message-ID: <200001221800.KAA73151@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2000/01/22 10:00:34 PST Removed files: net/rsync/patches patch-ac Log: We *MUST* use the supplied zlib, not our own /usr/lib/libz. When using rsync with enabling compression (-z), it fails with the following message: % rsync -azv --exclude '*~' --exclude '.nfs*' --delete ${server}:${i} .... deflate on token returned -2 (700 bytes left) The Rsync developers have tweaked the zlib source to add the Z_INSERT_ONLY parameter to deflate(). This undoes PR 15880 by Maxim Sobolev <sobomax@altavista.net>. Submitted by: Issei Suzuki <issei@jp.freebsd.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001221800.KAA73151>