diff options
author | Chris Abela <chris.abela@maltats.com> | 2010-05-13 01:00:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:45 +0200 |
commit | e9baf9a07c6c94a987120475b0538fc7cd3410d6 (patch) | |
tree | 22fb80fcc59fbbfbc10d377e9eb503010dc9b88a /system/davfs2/README | |
parent | cfe2a8ee319567c40577aa65538fec3bfe50e51d (diff) | |
download | slackbuilds-e9baf9a07c6c94a987120475b0538fc7cd3410d6.tar.gz |
system/davfs2: Added to 13.0 repository
Diffstat (limited to 'system/davfs2/README')
-rw-r--r-- | system/davfs2/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/davfs2/README b/system/davfs2/README new file mode 100644 index 0000000000..d5611f7cda --- /dev/null +++ b/system/davfs2/README @@ -0,0 +1,11 @@ +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 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 davfs2 |