mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/davfs2: Updated for version 1.4.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
54a0db1350
commit
d5ec11ec51
3 changed files with 17 additions and 11 deletions
|
@ -1,5 +1,4 @@
|
||||||
HOW TO CONNECT WITH A WEBDAV SERVER
|
HOW TO CONNECT WITH A WEBDAV SERVER WITH THE DAVF2 APPLICATION
|
||||||
on SLACKWARE LINUX 13.0
|
|
||||||
|
|
||||||
In this HOWTO, the user is named "user"
|
In this HOWTO, the user is named "user"
|
||||||
Amend as required for your choice of username.
|
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:
|
5. Build and install your package:
|
||||||
# tar xvf davfs2.tar.gz
|
# tar xvf davfs2.tar.gz
|
||||||
# cd davfs2
|
# cd davfs2
|
||||||
# wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.5.tar.gz
|
# wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.6.tar.gz
|
||||||
# ./davfs.SlackBuild
|
# ./davfs.SlackBuild
|
||||||
# installpkg /tmp/davfs2-1.4.5-x86_64-1_SBo.txz
|
# 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:
|
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
|
Or press the UP arrow to add/select/edit additional groups
|
||||||
: audio cdrom floppy plugdev video power netdev davfs2
|
: 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:
|
7. Edit /etc/fstab with the following line:
|
||||||
WEBDAV_SERVER_URL mount_point davfs noauto,user 0 0
|
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:
|
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
|
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
|
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-------:
|
15. Restrict permssion for $HOME/.davfs2/secrets to rw-------:
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||||
|
|
||||||
PRGNAM=davfs2
|
PRGNAM=davfs2
|
||||||
VERSION=${VERSION:-1.4.5}
|
VERSION=${VERSION:-1.4.6}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="davfs2"
|
PRGNAM="davfs2"
|
||||||
VERSION="1.4.5"
|
VERSION="1.4.6"
|
||||||
HOMEPAGE="http://savannah.nongnu.org/projects/davfs2"
|
HOMEPAGE="http://savannah.nongnu.org/projects/davfs2"
|
||||||
DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.5.tar.gz"
|
DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.6.tar.gz"
|
||||||
MD5SUM="e209a7e663c20671afea309178eae734"
|
MD5SUM="c9e8aeb15daeba4b6283b40bb640e908"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Chris Abela"
|
MAINTAINER="Chris Abela"
|
||||||
EMAIL="chris.abela@maltats.com"
|
EMAIL="chris.abela@maltats.com"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue