summaryrefslogtreecommitdiff
path: root/community/dante
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-08 09:54:57 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-08 09:54:57 +0100
commitca63f47c4736ce7a6f6b544c50cf29d2ffe563c1 (patch)
treee3ef58d850012b4943c980af55864f0fb768bcbc /community/dante
parentb28838efa921982fb5ab1ec277a2df13a9890983 (diff)
parenta8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apvlv/PKGBUILD community/haddock/PKGBUILD community/ibus-pinyin/PKGBUILD core/libtirpc/PKGBUILD extra/htop/PKGBUILD extra/rhythmbox/PKGBUILD
Diffstat (limited to 'community/dante')
-rw-r--r--community/dante/PKGBUILD6
-rw-r--r--community/dante/sockd.service3
2 files changed, 5 insertions, 4 deletions
diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD
index 7907f5fd7..0bc260b77 100644
--- a/community/dante/PKGBUILD
+++ b/community/dante/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 78352 2012-10-17 15:16:38Z spupykin $
+# $Id: PKGBUILD 79500 2012-11-06 11:18:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Guillem Rieu <guillemr@gmx.net>
pkgname=dante
pkgver=1.3.2
-pkgrel=2
+pkgrel=3
pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
url="http://www.inet.no/dante"
arch=(i686 x86_64 'mips64el')
@@ -18,7 +18,7 @@ source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
sockd.service)
md5sums=('250c6456cd3fefa17f07fa80c9ccf6bd'
'5110dfd78a2b38fff27a886ee88b58a6'
- '41f1ca885e2383d9db0c29bb7904de65')
+ 'ceb86b5bd97f7e3ceff28c6e6172a25b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/dante/sockd.service b/community/dante/sockd.service
index 6a18a8b0a..a2a964304 100644
--- a/community/dante/sockd.service
+++ b/community/dante/sockd.service
@@ -1,11 +1,12 @@
[Unit]
Description=SOCKS v4 and v5 compatible proxy server and client
+After=network.target
[Service]
Type=forking
EnvironmentFile=/etc/conf.d/sockd.conf
PIDFile=/var/run/sockd.pid
-ExecStart=sockd $SOCKD_OPTS
+ExecStart=/usr/sbin/sockd $SOCKD_OPTS
[Install]
WantedBy=multi-user.target