Bug 28483 - /usr/bin/lesspipe.sh uses wrong tar flag to decompress *.tar.bz2 archives
Summary: /usr/bin/lesspipe.sh uses wrong tar flag to decompress *.tar.bz2 archives
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: less
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Karsten Hopp
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-20 19:06 UTC by kehcheng
Modified: 2007-04-18 16:31 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-20 19:06:38 UTC
Embargoed:


Attachments (Terms of Use)

Description kehcheng 2001-02-20 19:06:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.0-0.99.23 i686)


/usr/bin/lesspipe.sh uses "tar tIvvf" to list a bzip2-compressed
tar file contents.  The "I" flag no longer works with tar version 1.13.18,
which now needs the "j" flag.

Reproducible: Always
Steps to Reproduce:
1. less some.tar.bz2
2.
3.
	

Actual Results:  "some.tar.bz2" may be a binary file.  See it anyway?

Expected Results:  should have generated file listing of some.tar.bz2

Comment 1 Karsten Hopp 2001-02-21 13:22:05 UTC
we have a new tar package in rawhide which restores the old -I behavior.
I agree that this should be fixed for the next release, but until then...
deferred.


Note You need to log in before you can comment on or make changes to this bug.