diff options
author | Dirk Brenken <dev@brenken.org> | 2019-06-24 15:47:06 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2019-06-24 16:23:53 +0200 |
commit | 81eccbf480eb3d8492a19fca171571fd95d2afd9 (patch) | |
tree | 1dfd937bbde8dd965783dcf199c1c2ad10c668ab /utils/mc/Config.in | |
parent | 59c9ec6bfe35fd47a34be2c6cbeccbc12b24af45 (diff) |
mc: update to 4.8.23
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'utils/mc/Config.in')
-rw-r--r-- | utils/mc/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mc/Config.in b/utils/mc/Config.in index 6a96ef247..fcd8fad33 100644 --- a/utils/mc/Config.in +++ b/utils/mc/Config.in @@ -49,11 +49,11 @@ config MC_CHARSET config MC_VFS bool "Enable virtual filesystem support" - default n + default y help This option enables the Virtual File System switch code to get transparent access to the following file systems: cpio, tar, fish, sfs, ftp, sftp, extfs. - Disabled by default. + Enabled by default. endmenu |