summaryrefslogtreecommitdiffstats
path: root/system/davfs2
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:07:02 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:05 -0400
commit014cda4f74df650aaa553176df8b2ca9349143be (patch)
tree92cbc06a5c835bdef7572ccf433c1098299307fa /system/davfs2
parentb8e954701c6ee64b210563bdeebceacae4d78d03 (diff)
downloadslackbuilds-014cda4f74df650aaa553176df8b2ca9349143be.tar.gz
slackbuilds-014cda4f74df650aaa553176df8b2ca9349143be.tar.xz
system/davfs2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/davfs2')
-rw-r--r--system/davfs2/README16
1 files changed, 9 insertions, 7 deletions
diff --git a/system/davfs2/README b/system/davfs2/README
index ac75c77e1b..b5a3835359 100644
--- a/system/davfs2/README
+++ b/system/davfs2/README
@@ -1,11 +1,13 @@
-Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-
-protocol, allows authoring of resources on a remote web server. davfs2
-provides the ability to access such resources like a typical filesystem,
-allowing for use by standard applications with no built-in support for WebDAV.
+Web Distributed Authoring and Versioning (WebDAV), an extension to
+the HTTP- protocol, allows authoring of resources on a remote web
+server. davfs2 provides the ability to access such resources like a
+typical filesystem, allowing for use by standard applications with no
+built-in support for WebDAV.
-Before running this SlackBuild, define a davfs2 group and a davfs2 user. The
-davfs2 user shall have davfs2 as its initial login group, shall not have no
-shell and the home directory shall be /var/cache/davfs. Examples:
+Before running this SlackBuild, define a davfs2 group and a davfs2
+user. The davfs2 user shall have davfs2 as its initial login
+group, shall not have no shell and the home directory shall be
+/var/cache/davfs. Examples:
# groupadd -g 230 davfs2
# useradd -u 230 -d /var/cache/davfs2 -g davfs2 -s /bin/false davfs2