slackbuilds_ponce/system/davfs2
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
davfs2.info system/davfs2: Updated for version 1.4.7 2012-12-11 16:21:56 -05:00
davfs2.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
doinst.sh system/davfs2: Added to 13.0 repository 2010-05-13 01:00:45 +02:00
MINI_HOWTO system/davfs2: Updated for version 1.4.7 2012-12-11 16:21:56 -05:00
README system/davfs2: Updated for version 1.4.7 2012-12-11 16:21:56 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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 a
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