afuse: Add new package
authorMichal Hrusecky <michal@hrusecky.net>
Thu, 28 Oct 2021 12:43:22 +0000 (14:43 +0200)
committerRosen Penev <rosenp@gmail.com>
Mon, 1 Nov 2021 07:14:22 +0000 (00:14 -0700)
commit3d0f73ea676b7e1e0bb1184f9f1e0d1b7f18a3fe
treec3e003acc1290191fd8382a4a3287d1d5417a3d8
parent5ad9df025c32f1ce308ba5bd31966456623c63ad
afuse: Add new package

This commit add new package afuse into packages feed.

afuse is an automounting file system implemented in user-space using
FUSE. It implements the most basic functionality that can be expected by
an automounter; that is it manages a directory of virtual directories.
If one of these virtual directories is accessed and is not already
automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as
normal, otherwise it will fail with an error.

Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
utils/afuse/Makefile [new file with mode: 0644]