Ticket #191 (closed enhancement: fixed)

Opened 15 years ago

Last modified 12 years ago

(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

Change History

comment:1 Changed 15 years ago by metux

  • Keywords review mandriva added

comment:2 Changed 15 years ago by metux

  • Owner set to metux
  • Status changed from new to accepted
  • Description modified (diff)

comment:3 Changed 15 years ago by metux

  • Keywords vote-metux added

comment:4 Changed 15 years ago by metux

  • Description modified (diff)

comment:5 Changed 15 years ago by metux

  • Description modified (diff)

comment:6 Changed 15 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 15 years ago by styx

  • Status changed from accepted to assigned
  • Owner changed from metux to styx

comment:8 Changed 15 years ago by styx

  • Status changed from assigned to accepted

comment:9 Changed 15 years ago by styx

  • Keywords review added; rework removed

comment:10 Changed 15 years ago by styx

  • Keywords vote-styx added

comment:11 Changed 15 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 15 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:13 Changed 15 years ago by styx

  • Status changed from testing to closed
  • Version 4.6.1 deleted

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

comment:15 Changed 12 years ago by andrew_b

  • Branch state changed from no branch to merged
Note: See TracTickets for help on using tickets.