[arch-commits] Commit in pdns/trunk (PKGBUILD pdns.service)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon May 13 22:12:33 UTC 2013


    Date: Tuesday, May 14, 2013 @ 00:12:33
  Author: arodseth
Revision: 90786

For the /usr/bin TODO: archlinux.org/todo/move-files-to-usrbin-if-possible

Modified:
  pdns/trunk/PKGBUILD
  pdns/trunk/pdns.service

--------------+
 PKGBUILD     |    8 +++++---
 pdns.service |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 21:57:41 UTC (rev 90785)
+++ PKGBUILD	2013-05-13 22:12:33 UTC (rev 90786)
@@ -5,7 +5,7 @@
 
 pkgname=pdns
 pkgver=3.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -40,10 +40,12 @@
     --libexecdir=/usr/lib \
     --libdir=/usr/lib/powerdns \
     --mandir=/usr/share/man \
-    --with-modules="" \
+    --with-modules='' \
     --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
     --disable-recursor \
-    --disable-static
+    --disable-static \
+    --sbindir=/usr/bin \
+    --bindir=/usr/bin
   make  
 }
 

Modified: pdns.service
===================================================================
--- pdns.service	2013-05-13 21:57:41 UTC (rev 90785)
+++ pdns.service	2013-05-13 22:12:33 UTC (rev 90786)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/pdns_server --daemon --guardian=yes
+ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
 ExecReload=/usr/bin/pdns_control cycle
 ExecStop=/usr/bin/pdns_control quit
 




More information about the arch-commits mailing list