From owner-freebsd-bugs Tue Sep 1 13:00:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14301 for freebsd-bugs-outgoing; Tue, 1 Sep 1998 13:00:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14281 for ; Tue, 1 Sep 1998 13:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA16452; Tue, 1 Sep 1998 13:00:00 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13028 for ; Tue, 1 Sep 1998 12:53:20 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA16566 for ; Tue, 1 Sep 1998 12:52:19 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma016562; Tue Sep 1 12:52:12 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id MAA14701; Tue, 1 Sep 1998 12:52:12 -0700 (PDT) Message-Id: <199809011952.MAA14701@bubba.whistle.com> Date: Tue, 1 Sep 1998 12:52:12 -0700 (PDT) From: Archie Cobbs Reply-To: archie@whistle.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: gnu/7800: tar(1) does not recognize --gunzip option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7800 >Category: gnu >Synopsis: tar(1) does not recognize --gunzip option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 1 13:00:00 PDT 1998 >Last-Modified: >Originator: Archie Cobbs >Organization: Whistle Communications, Inc. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6 AND -current >Description: tar(1) does not recognize --gunzip option, though the man page lists it. >How-To-Repeat: $ tar --extract --gunzip -f - tar: unrecognized option `--gunzip' tar: Unknown option. Use 'tar --help' for a complete list of options. >Fix: Index: tar.c =================================================================== RCS file: /cvs/freebsd/src/gnu/usr.bin/tar/tar.c,v retrieving revision 1.13 diff -c -u -r1.13 tar.c --- tar.c 1998/02/04 07:04:43 1.13 +++ tar.c 1998/09/01 19:52:00 @@ -170,7 +170,7 @@ {"uncompress", 0, 0, 'Z'}, {"block-compress", 0, &f_compress_block, 1}, {"gzip", 0, 0, 'z'}, - {"ungzip", 0, 0, 'z'}, + {"gunzip", 0, 0, 'z'}, {"use-compress-program", 1, 0, 18}, >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message