|
Bugzilla – Full Text Bug Listing |
| Summary: | SuSE has no gzcat symlink within gzip packkage | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Olli Artemjev <grey-olli> |
| Component: | Basesystem | Assignee: | Andreas Schwab <schwab> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P4 - Low | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Olli Artemjev
2006-01-24 00:02:43 UTC
Just use zcat, as documented in the manual page. Well, man allows both links. What a reason to drop gzcat link? ----------cut from man gzip zcat is identical to gunzip -c. (On some systems, zcat may be installed as gzcat to preserve the original link to compress.) ----------cut zcat works fine since more than 10 years. I first time met linux around that time. I can't claim that gzcat worked in 1995/1996 - just don't remember, but almost sure that it's also 've similar history. I do not see any respectable reason to prefer to stay w/ only one type of symlink. The zcat works? Fine. gzcat also does. So what? That is a mess, when systems are not keeping similar things on all unix-alike systems. Each time I've to configure BSD box I'm lacking same interface from well known utils (them exist but 've slightly diffrent interface, you know). W/ some linux distros I'm starting to miss that too. :( I'm ready to fix my opinion & habbits as needed by somthing respectable. At least I would accept w/ no complain links to LFS standard or to some other document that specifies gzcat as obsolette/invalid and/or as a thing that should be avoided from using in future environment whenever possible. BTW: Some people 've associative memory. For me it's just simpler to remember that there's gzip and gzcat - 1st two bytes are the same. PS: That is last time I reopen the bug. You're the developer & that is your choice to drop that symlink. I accept your right to do that. :) As for me - I just decided to do # cd /bin # ln -s gzip gzcat So I just shut up & 'll do that on my installation each time I install SuSE. =) /me thinks that it's time to start ~root/bin/at_new-suse-install.fix-for-me.sh zcat is working fine. |