Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#358 closed defect (invalid)

tar patch unneeded; tar -I does bzip2

Reported by: dolsson@… Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: CVS
Severity: minor Keywords:
Cc:

Description

According to the info files with the distributed version of tar, the -I option runs archives through bzip2. Patch to add bzip2 support not needed any more?

Change History (1)

comment:1 by gerard@…, 22 years ago

Resolution: invalid
Status: newclosed

Technically, you're right. But, the new tar version (whenever it's released) will make the -I option obsolete and replace with the -j option. There have been several different tar options in the past to deal with bzip2, -I -y and -j

They had to settle on one (-I had some problems on non-Linux platforms where it was already used for something else by other tar implementations) and -j is the one that's used now. So to make the transition smooth that what we're using so when GNU finally does release a new tar, nobody'll have to start learning to use a new tar option. Then again some distro's out there still use -I or -j...life's hard ;)

Note: See TracTickets for help on using tickets.