diff options
author | Andrey Maraev <andrew.maraev60@yandex.ru> | 2012-06-25 22:21:03 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 22:21:03 -0400 |
commit | eb87d26f7494bf303fec1e123456c9137f2f1b9a (patch) | |
tree | e0fe4f5c0a11bbf8cde13cabbbf4e6fea323c491 /system/avfs/README | |
parent | 5ab8972315a98ba92cd03ce267fefd183c4004b3 (diff) | |
download | slackbuilds-eb87d26f7494bf303fec1e123456c9137f2f1b9a.tar.gz |
system/avfs: Added (virtual file system)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/avfs/README')
-rw-r--r-- | system/avfs/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/avfs/README b/system/avfs/README new file mode 100644 index 0000000000..b4898c3a4a --- /dev/null +++ b/system/avfs/README @@ -0,0 +1,8 @@ +AVFS is a system, which enables all programs to look inside archived or +compressed files, or access remote files without recompiling the programs +or changing the kernel. At the moment it supports floppies, tar and gzip +files, zip, bzip2, ar and rar files, ftp sessions, http, webdav, rsh/rcp, +ssh/scp. Quite a few other handlers are implemented with the Midnight +Commander's external FS. + +This requires: p7zip, unrar |