slackbuilds/system/davfs2
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
MINI_HOWTO system/davfs2: Updated for version 1.5.4. 2016-11-26 11:47:24 +07:00
README
davfs2.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
davfs2.info system/davfs2: Updated for version 1.6.0. 2021-04-27 01:05:54 -05:00
doinst.sh
slack-desc

README

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:

# groupadd -g 230 davfs2
# useradd -u 230 -d /var/cache/davfs2 -g davfs2 -s /bin/false davfs2