Date: Fri, 4 May 2001 18:10:14 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax ar_io.c extern.h options.c pax.1 pax.c Message-ID: <200105050110.f451AEd29139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/05/04 18:10:14 PDT Modified files: bin/pax ar_io.c extern.h options.c pax.1 pax.c Log: Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzip and compress) to pax when used in tar mode (invoked as 'tar') for compatibility with GNU tar. bzip2 functionality for further GNU tar compatibility will be added at a later date. Note in the manpage that -z is non-standard. Obtained from: OpenBSD Reviewed by: -hackers MFC after: 2 weeks Revision Changes Path 1.15 +68 -6 src/bin/pax/ar_io.c 1.11 +2 -1 src/bin/pax/extern.h 1.18 +27 -6 src/bin/pax/options.c 1.17 +11 -4 src/bin/pax/pax.1 1.18 +4 -1 src/bin/pax/pax.c 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?200105050110.f451AEd29139>