Bug 13043

Summary: minigzip -c option support.
Product: Base System Reporter: toshi <toshi>
Component: binAssignee: Johan Karlsson <johan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
minigzip.stdout.fbsd5.patch none

Description toshi 1999-08-09 15:40:00 UTC
	/stand/zcat foo.gz uncompressed original file to foo.
	(i.e. same as gunzip -d foo.gz)

Fix: Implement minigzip -c option.
How-To-Repeat: 
	ln -s /usr/bin/minigzip zcat
	zcat foo.gz
Comment 1 jontow 2002-06-09 15:37:39 UTC
Having stumbled across this, I thought it was a great idea.. and
upon noticing that it was a rather old PR, decided to make it a
little less stale.  The patch that follows applies to -CURRENT
from anoncvs.freebsd.org as of Sunday, June 9, ~10:30 EDT.

cd /usr/src/usr.bin/minigzip 
patch < path/to/minigzip.stdout.fbsd5.patch


- Jonathan Towne
Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2002-08-21 20:39:49 UTC
Responsible Changed
From-To: freebsd-bugs->johan

I will have a look at this.
Comment 3 Johan Karlsson freebsd_committer freebsd_triage 2002-10-03 20:33:02 UTC
State Changed
From-To: open->patched

Similar patch based on this patch has been committed 
to current. 
Thanks for the submission.
Comment 4 Johan Karlsson freebsd_committer freebsd_triage 2002-10-28 08:57:43 UTC
State Changed
From-To: patched->closed

MFC:ed to -stable.