mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00

Reimplemented EXTFS VFS to be friendly to package-based systems. Currently, MC requires to edit extfs.ini file to add new plugin to MC VFS. After upgrade, all changes to this files will be lost. To solve that problem, MC configuration system should support ".d" pattern. Initial step: refactoring of current extfs code: cleanup, type accuracy, indentation. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>