summaryrefslogtreecommitdiff
path: root/community/pdnsd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-24 00:06:06 -0700
committerroot <root@rshg054.dnsready.net>2013-05-24 00:06:06 -0700
commit0520c5091743d9910278e53fa32470b096825fb3 (patch)
treece32603cb0eb8456aef2a5eb66fddc98f246857c /community/pdnsd
parente0c1bfae73539aac5627d73dd70a299d274a0c10 (diff)
Fri May 24 00:06:06 PDT 2013
Diffstat (limited to 'community/pdnsd')
-rw-r--r--community/pdnsd/PKGBUILD8
-rw-r--r--community/pdnsd/service2
2 files changed, 5 insertions, 5 deletions
diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD
index 5b08531df..d8fe5189d 100644
--- a/community/pdnsd/PKGBUILD
+++ b/community/pdnsd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91143 2013-05-20 09:54:25Z spupykin $
+# $Id: PKGBUILD 91500 2013-05-23 10:14:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Henrik Nymann Jensen <h@henriknj.dk>
pkgname=pdnsd
pkgver=1.2.9.a
_pkgver=${pkgver/.a/a}
-pkgrel=3
+pkgrel=4
pkgdesc="Proxy DNS server with permanent caching"
arch=(i686 x86_64)
url="http://members.home.nl/p.a.rombouts/pdnsd/"
@@ -14,11 +14,11 @@ depends=('glibc')
source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
service)
md5sums=('2f3e705d59a0f9308ad9504b24400769'
- 'fad5e518d126b29fc947941d57a0a494')
+ '4f86bdbd8495b53341070d5720491996')
build() {
cd $srcdir/$pkgname-${_pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --enable-ipv6
+ ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
make
}
diff --git a/community/pdnsd/service b/community/pdnsd/service
index 5821dbcb2..d284cd933 100644
--- a/community/pdnsd/service
+++ b/community/pdnsd/service
@@ -3,7 +3,7 @@ Description=proxy name server
After=network.target
[Service]
-ExecStart=/usr/sbin/pdnsd
+ExecStart=/usr/bin/pdnsd
[Install]
WantedBy=multi-user.target