summaryrefslogtreecommitdiff
path: root/community/bind-geodns
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-10 00:04:00 +0000
committerroot <root@rshg054.dnsready.net>2012-06-10 00:04:00 +0000
commit7b2739f21a7ed0d52497fa381c9a2383e71ab7a8 (patch)
treee92096f88e034d79e6f814971f98eb098c0abd80 /community/bind-geodns
parent0c7e29df5c6742895884a0bbcf86381f8e601782 (diff)
Sun Jun 10 00:04:00 UTC 2012
Diffstat (limited to 'community/bind-geodns')
-rw-r--r--community/bind-geodns/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/bind-geodns/PKGBUILD b/community/bind-geodns/PKGBUILD
index 9818bee12..ae70a5b44 100644
--- a/community/bind-geodns/PKGBUILD
+++ b/community/bind-geodns/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 65058 2012-02-20 02:37:28Z spupykin $
+# $Id: PKGBUILD 72130 2012-06-08 23:51:33Z dreisner $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=bind-geodns
pkgver=9.4.1
_pkgver=9.4.1-P1
-pkgrel=5
+pkgrel=6
pkgdesc="bind named server with geoip patch can return ip depending on requester location"
arch=(i686 x86_64)
url="http://www.caraytech.com/geodns/"
license=('custom:ISC')
-backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named etc/rndc.key)
+backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named)
depends=('openssl' 'geoip')
provides=('dns-server' 'bind' 'dnsutils')
conflicts=('bind' 'dnsutils')
@@ -63,4 +63,7 @@ build() {
chown -R 40:40 $pkgdir/var/named
mv $pkgdir/usr/man $pkgdir/usr/share/
+
+ # avoid conflict with filesystem>=2012.06
+ rmdir "$pkgdir/var/run"
}