From owner-cvs-all Fri May 4 18:10:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51D5837B43C; Fri, 4 May 2001 18:10:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f451AEd29139; Fri, 4 May 2001 18:10:14 -0700 (PDT) (envelope-from kris) Message-Id: <200105050110.f451AEd29139@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 4 May 2001 18:10:14 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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