Ticket #1909: don't interpret trailing '+' as a plugin name.
commit34d74f09b1f25c3920e23b44cf7cc8d737691ae9
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 2 Mar 2010 14:43:38 +0000 (2 14:43 +0000)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 5 Mar 2010 14:29:28 +0000 (5 17:29 +0300)
tree697c0bb5ba60f05f46dff1dfbce56fd3c9cae4a4
parentc330f876cfff20fe7538510b0e5fd550e5cd890d
Ticket #1909: don't interpret trailing '+' as a plugin name.

If EXTFS plugin doesn't require a file, that file name must
be finished with '+': for example, rpms+. But trailing '+'
actually is not a part of plugin name, it is an plugin attrubute.
But in the current time trailing '+' must be used in VFS command:

cd #rpms+

instead of

cd #rpms

This commit simplifies the usage of some EXTFS plugins.

Also fixed VFS README.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/vfs/mc-vfs/extfs.c
lib/vfs/mc-vfs/extfs/README