Ticket #2066 (closed defect: wontfix)
Broken FHS compliance
Reported by: | gotar | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
After 4.6 mc{,-wrapper}.{,c}sh files were moved from /usr/share to /usr/lib. In 4.7.1 entire extfs directory was moved into /usr/lib/mc/extfs.d.
All of them should be brought back into /usr/share, as there are no arch-dependant resources, only shell scripts.
Change History
Note: See
TracTickets for help on using
tickets.
Currently, VFS plugins are scripts and written in sh, perl and python. But them can be binary ELF executables written in C or C++ or any other language. /usr/lib/mc/extfs.d is just a single place for all VFS plugins.