summaryrefslogtreecommitdiff
path: root/community/dante
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
committerroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
commitd267e861074512027414df29d18d9824e0faae8f (patch)
tree770bb482bb715a84eab76bfbfa1b748d31a13541 /community/dante
parent72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (diff)
Wed May 29 01:29:24 PDT 2013
Diffstat (limited to 'community/dante')
-rw-r--r--community/dante/PKGBUILD7
-rw-r--r--community/dante/sockd.service4
2 files changed, 6 insertions, 5 deletions
diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD
index b6fe2544f..094e95b38 100644
--- a/community/dante/PKGBUILD
+++ b/community/dante/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90649 2013-05-13 14:18:47Z spupykin $
+# $Id: PKGBUILD 91850 2013-05-28 17:25:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Guillem Rieu <guillemr@gmx.net>
pkgname=dante
pkgver=1.3.2
-pkgrel=4
+pkgrel=5
pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
url="http://www.inet.no/dante"
arch=(i686 x86_64)
@@ -16,11 +16,12 @@ options=('!libtool')
source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
sockd.service)
md5sums=('250c6456cd3fefa17f07fa80c9ccf6bd'
- 'ceb86b5bd97f7e3ceff28c6e6172a25b')
+ '9bb18a0165764092bd01da0ff6303fbf')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
[ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc \
+ --sbindir=/usr/bin \
--disable-libwrap
make
}
diff --git a/community/dante/sockd.service b/community/dante/sockd.service
index a2a964304..68201577a 100644
--- a/community/dante/sockd.service
+++ b/community/dante/sockd.service
@@ -5,8 +5,8 @@ After=network.target
[Service]
Type=forking
EnvironmentFile=/etc/conf.d/sockd.conf
-PIDFile=/var/run/sockd.pid
-ExecStart=/usr/sbin/sockd $SOCKD_OPTS
+PIDFile=/run/sockd.pid
+ExecStart=/usr/bin/sockd $SOCKD_OPTS
[Install]
WantedBy=multi-user.target