Ticket #1452 (closed enhancement: fixed)
handle .tbz2 extension
Reported by: | ijabbott | Owned by: | iNode |
---|---|---|---|
Priority: | trivial | Milestone: | 4.7.0-pre2 |
Component: | mc-config-ini | Version: | 4.7.0-pre1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
For bzip2ed tar files, the mc.ext file recognizes the extensions ".tar.bz2", ".tbz", and ".tb2", but not ".tbz2". A trivial patch fixes this.
Attachments
Change History
Changed 15 years ago by ijabbott
- Attachment mc-tbz2.patch added
comment:1 Changed 15 years ago by iNode
- Status changed from new to accepted
- Owner set to iNode
- severity changed from no branch to on review
- Milestone changed from 4.7 to 4.7.0-pre2
Thanks.
please review: 99923e4b31de7a7c283b4305d89a9054661bac20
comment:2 Changed 15 years ago by mnk
Just a minor question:
are you sure it's the 'tbz' part that should be changed ?
For me it's the 'tb2' that looks incorrect.
comment:3 Changed 15 years ago by mnk
Never mind, I missed the '?' at the end.
Though, I'm still not convinced that 'tb2' was correct in the first place.
comment:4 Changed 15 years ago by iNode
No, google say it's not mistype or error (i.e. here).
tb2 aparently is tar.bz2 extension for DOS (just 3 symbol for it).
comment:6 Changed 15 years ago by angel_il
- Votes for changeset changed from slavazanko to slavazanko angel_il
- severity changed from on review to approved
Note: See
TracTickets for help on using
tickets.
Patch misc/mc.ext.in to recognize .tbz2 files