Bug 13043 - minigzip -c option support.
Summary: minigzip -c option support.
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 3.2-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Johan Karlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-09 15:40 UTC by toshi
Modified: 2002-10-28 08:58 UTC (History)
0 users

See Also:


Attachments
file.diff (3.55 KB, patch)
1999-08-09 15:40 UTC, toshi
no flags Details | Diff
minigzip.stdout.fbsd5.patch (4.85 KB, patch)
2002-06-09 15:37 UTC, jontow
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.