From archie@whistle.com  Tue Sep  1 12:53:20 1998
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <archie@whistle.com>
Reply-To: archie@whistle.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: tar(1) does not recognize --gunzip option
X-Send-Pr-Version: 3.2

>Number:         7800
>Category:       gnu
>Synopsis:       tar(1) does not recognize --gunzip option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  1 13:00:00 PDT 1998
>Closed-Date:    Mon Jan 24 13:39:25 PST 2000
>Last-Modified:  Mon Jan 24 13:39:38 PST 2000
>Originator:     Archie Cobbs
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Whistle Communications, Inc.
>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},
 
 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: archie 
State-Changed-When: Mon Jan 24 13:39:25 PST 2000 
State-Changed-Why:  
Patch applied. 
>Unformatted:
