Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17094 - unixODBC documentation is gzipped
Summary: unixODBC documentation is gzipped
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-08 11:54 UTC by holger-gentoo
Modified: 2003-03-08 14:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description holger-gentoo 2003-03-08 11:54:40 UTC
the documentation for unixODBC 2.0.6 is installed under 
/usr/share/doc/unixODBC-2.0.6/ but all files are in *.gz format 
a simple gunzip -r * in that dir fixed the problem, and the files were readable by 
webbrowsers again... 
please include that step in the unixODBC build scripts, 
thanks, Holger 
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-08 14:08:02 UTC
zcat <filename> | browser

or gunzip <filename>


they are gzipped so they don't take up that much space....