Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 303433

Summary: lesspipe.sh from sys-apps/less doesn't process short tarball extensions anymore
Product: Gentoo Linux Reporter: Mike Williams <mike>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Williams 2010-02-04 11:34:54 UTC
Hi,

It also doesn't understand .tbz2, both of which are fairly common extentions for gzipped and bzipped tar files.
Simply adding to the appropriate case match in guesscompress does the trick.

Mike
Comment 1 SpanKY gentoo-dev 2010-02-05 06:37:07 UTC
listing things in the compression list isnt the way to go.  there is already logic in there to handle things, it just broke over time.

http://sources.gentoo.org/sys-apps/less/files/lesspipe.sh?r1=1.36&r2=1.37