summaryrefslogtreecommitdiff
path: root/system/davfs2/README
diff options
context:
space:
mode:
authorChris Abela <kristofru@gmail.com>2012-12-02 19:55:46 -0500
committerdsomero <xgizzmo@slackbuilds.org>2012-12-11 16:21:56 -0500
commitbb7dfb7dd1a16a8b5ec704d7a94a6c50faa0f292 (patch)
tree2001d7a825f61da136b6eff3d019680a586ee5a6 /system/davfs2/README
parent547a53cfa5ec1aa7462b6aaf903b0e28d317925e (diff)
downloadslackbuilds-bb7dfb7dd1a16a8b5ec704d7a94a6c50faa0f292.tar.gz
system/davfs2: Updated for version 1.4.7
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/davfs2/README')
-rw-r--r--system/davfs2/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/davfs2/README b/system/davfs2/README
index d5611f7cda..fb60cc7743 100644
--- a/system/davfs2/README
+++ b/system/davfs2/README
@@ -4,8 +4,8 @@ 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:
+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 davfs2
+# useradd -u 230 -d /var/cache/davfs2 -g davfs2 -s /bin/false davfs2