system/davfs2: Updated for version 1.4.6.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Chris Abela 2010-08-14 17:30:31 -04:00 committed by dsomero
parent 54a0db1350
commit d5ec11ec51
3 changed files with 17 additions and 11 deletions

View file

@ -1,5 +1,4 @@
HOW TO CONNECT WITH A WEBDAV SERVER
on SLACKWARE LINUX 13.0
HOW TO CONNECT WITH A WEBDAV SERVER WITH THE DAVF2 APPLICATION
In this HOWTO, the user is named "user"
Amend as required for your choice of username.
@ -20,9 +19,9 @@ Amend as required for your choice of username.
5. Build and install your package:
# tar xvf davfs2.tar.gz
# cd davfs2
# wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.5.tar.gz
# ./davfs.SlackBuild
# installpkg /tmp/davfs2-1.4.5-x86_64-1_SBo.txz
# wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.6.tar.gz
# ./davfs.SlackBuild
# installpkg /tmp/davfs2-1.4.5-x86_64-2_SBo.txz
6. Add the user if not already defined. My user shall be called user, so:
@ -35,6 +34,10 @@ Amend as required for your choice of username.
Or press the UP arrow to add/select/edit additional groups
: audio cdrom floppy plugdev video power netdev davfs2
If the user was already defined, then add davfs2 to the groups:
# usermod -ga davfs2 user
7. Edit /etc/fstab with the following line:
WEBDAV_SERVER_URL mount_point davfs noauto,user 0 0
@ -77,10 +80,13 @@ Amend as required for your choice of username.
14. Edit $HOME/.davfs2/secrets with the following 2 lines:
https://example.org/user username password
/home/user/mnt/dav username password
CERTIFICATE.pfx passphrase
The username and password are relevant to the Webdav server, not for the
local account.
passphrase is the password for the PFX certificate
You should obtain all these from the Webdav server Administrator
15. Restrict permssion for $HOME/.davfs2/secrets to rw-------:

View file

@ -19,7 +19,7 @@
# Modified by Robby Workman <rworkman@slackbuilds.org>
PRGNAM=davfs2
VERSION=${VERSION:-1.4.5}
VERSION=${VERSION:-1.4.6}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="davfs2"
VERSION="1.4.5"
VERSION="1.4.6"
HOMEPAGE="http://savannah.nongnu.org/projects/davfs2"
DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.5.tar.gz"
MD5SUM="e209a7e663c20671afea309178eae734"
DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.6.tar.gz"
MD5SUM="c9e8aeb15daeba4b6283b40bb640e908"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Chris Abela"
EMAIL="chris.abela@maltats.com"
APPROVED="Erik Hanson"
APPROVED="dsomero"