From a8fff09ba6d0f8b78b43e63541b1254763d4f48e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Nov 2012 01:04:45 -0800 Subject: Wed Nov 7 01:04:45 PST 2012 --- community/dante/PKGBUILD | 6 +++--- community/dante/sockd.service | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'community/dante') diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD index 41f9b7551..e8033246c 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 # Contributor: Guillem Rieu 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) @@ -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 -- cgit v1.2.3-54-g00ecf