Ticket #1476 (closed defect: fixed)
F3 on a .tar file hangs
Reported by: | dborca | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0-pre2 |
Component: | mc-config-ini | Version: | 4.7.0-pre1 |
Keywords: | mc.ext tar | Cc: | dborca@… |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by slyfox) (diff)
At some point, someone changed the following line in mc.ext.in:
"View=%view{ascii} tar tvvf %f" to "View=%view{ascii} tar tvvf - %f"
which is wrong, because a single dash alone will cause tar to read data from standard input (at least my tar v1.16.1).
Attached patch (against 4.7.0-pre1) fixes this.
Attachments
Change History
comment:3 Changed 15 years ago by andrew_b
Please don't send gzip'ed patches. Cannot see its on-line.
comment:5 Changed 15 years ago by slyfox
- Status changed from new to closed
- Resolution set to fixed
- Description modified (diff)
- severity changed from no branch to merged
Yeah, You are right!
changeset:f021c090f9da7fda5f8bff9a0def90ffe1df5be2 looks totally bogus and does not describe WTF it was applied at all. Just reverted it as(equivalent to Your patch):
Revert: changeset:b56f55fc83fd949dc00d6fa01f8e4754ad4525f7
Thanks!
Note: See
TracTickets for help on using
tickets.