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>
This commit is contained in:
Dirk Brenken
2019-06-24 15:47:06 +02:00
parent 59c9ec6bfe
commit 81eccbf480
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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