Bug 72739

Summary: lesspipe.sh uses incorrect flags for tar.bz2 files
Product: [Retired] Red Hat Linux Reporter: Keith Owens <kaos>
Component: lessAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-27 06:36:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Keith Owens 2002-08-27 06:36:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.79 [en] (X11; U; Linux 2.4.19-xfs i586)

Description of problem:
/usr/bin/lesspipe.sh uses 'tar tIvvf' for tar.bz2 files.  'tar I' is
deprecated, it should be 'tar tjvvf'.  'tar I' does not work on recent
versions of tar.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. less any.tar.bz2 file
2.
3.
	

Actual Results:  Binary data.

Expected Results:  Tar file contents listing.

Additional info:

Comment 1 Karsten Hopp 2002-08-27 08:53:33 UTC
already fixed for the next release