Ticket #191 (closed enhancement: fixed)
(mandriva) extfs: use rar command if available
Reported by: | metux | Owned by: | styx |
---|---|---|---|
Priority: | major | Milestone: | 4.7 |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | commited-master |
Description (last modified by metux) (diff)
Change History
comment:2 Changed 16 years ago by metux
- Owner set to metux
- Status changed from new to accepted
- Description modified (diff)
comment:6 Changed 16 years ago by slyfox
- Keywords rework added; review mandriva vote-metux removed
extfs: use rar command if available
+ * vfs/extfs/urar.in: use unrar if rar not available (#191)
+if [ ! -x $UNRAR -a -x $RAR ]; then
+ UNRAR=$RAR
+fi
commit message and ChangeLog? should be fixed :]
comment:7 Changed 16 years ago by styx
- Owner changed from metux to styx
- Status changed from accepted to assigned
comment:11 Changed 16 years ago by slyfox
- Keywords vote-slyfox approved added; review removed
Heh, my system installs unrar as symlink to rar. When removed manually rar binary works correctly with patch (looks sane).
My vote!
comment:12 Changed 16 years ago by styx
- Status changed from accepted to testing
- Keywords commited-master added; vote-styx vote-slyfox approved removed
- Resolution set to fixed
comment:14 Changed 12 years ago by andrew_b
- Keywords commited-master removed
- Votes for changeset set to commited-master
- Version set to master
- Branch state set to no branch
Note: See
TracTickets for help on using
tickets.