summaryrefslogtreecommitdiffstats
path: root/system/afuse
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:54:20 +0100
committer B. Watson2022-03-17 17:38:02 +0100
commit4f50cea8b7e0dfcd4080b0e17fab57aca312818e (patch)
tree189e45af60dfad1245e71717a1c4fe28b4715337 /system/afuse
parent678b72fe288c59f8258e718eabe3d815d11fd672 (diff)
downloadslackbuilds-4f50cea8b7e0dfcd4080b0e17fab57aca312818e.tar.gz
system/afuse: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/afuse')
-rw-r--r--system/afuse/README19
1 files changed, 10 insertions, 9 deletions
diff --git a/system/afuse/README b/system/afuse/README
index f6c57f8dc9..7356adc09f 100644
--- a/system/afuse/README
+++ b/system/afuse/README
@@ -1,13 +1,14 @@
Afuse is an automounting file system implemented in user-space using
-FUSE. Afuse currently 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.
+FUSE. Afuse currently 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.
+
+The generated package includes the script afuse-avahissh: this will
+use avahi to automatically populate the root directory with hosts
+advertising their sftp service via Avahi.
-The generated package includes the script afuse-avahissh: this will use
-avahi to automatically populate the root directory with hosts advertising
-their sftp service via Avahi.
As it's not essential for general usage, avahi is considered an optional
dependency (install it if you want to use that script).