[arch-commits] Commit in powerdns/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Dec 1 15:23:48 UTC 2014


    Date: Monday, December 1, 2014 @ 16:23:48
  Author: arodseth
Revision: 123329

upgpkg: powerdns 3.4.1-2

Modified:
  powerdns/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-01 12:53:53 UTC (rev 123328)
+++ PKGBUILD	2014-12-01 15:23:48 UTC (rev 123329)
@@ -5,7 +5,7 @@
 
 pkgname=powerdns
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -41,7 +41,7 @@
     guardian=yes \
     local-port=53 \
     loglevel=3 \
-    module-dir=/usr/lib/pdns \
+    module-dir=/usr/lib/powerdns \
     negquery-cache-ttl=60 \
     setgid=nobody \
     setuid=nobody \
@@ -62,7 +62,7 @@
     --libdir=/usr/lib \
     --mandir=/usr/share/man \
     --with-modules='' \
-    --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
+    --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
     --docdir=/usr/share/doc/powerdns \
     --sbindir=/usr/bin \
     --bindir=/usr/bin
@@ -75,6 +75,7 @@
   install -Dm644 "pdns.service" \
     "$pkgdir/usr/lib/systemd/system/pdns.service"
   rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
+  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list