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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue May 14 11:37:38 UTC 2013


    Date: Tuesday, May 14, 2013 @ 13:37:38
  Author: arodseth
Revision: 90825

Moving sbin to bin in connection with TODO

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

-----------------------+
 PKGBUILD              |    7 ++++---
 pdns-recursor.service |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-14 11:16:08 UTC (rev 90824)
+++ PKGBUILD	2013-05-14 11:37:38 UTC (rev 90825)
@@ -5,7 +5,7 @@
 
 pkgname=pdns-recursor
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='PowerDNS recursor'
 url='https://www.powerdns.com/'
 license=('GPL')
@@ -16,14 +16,15 @@
 source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
         'pdns-recursor.service')
 sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
-            'c5849127cb42b578ff4c38ee6ad39e109bb749ce8b0147ac3619af90803b6875')
+            '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   make LUA=1 \
     LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
-    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
+    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)" \
+    SBINDIR=/usr/bin
 }
 
 package() {

Modified: pdns-recursor.service
===================================================================
--- pdns-recursor.service	2013-05-14 11:16:08 UTC (rev 90824)
+++ pdns-recursor.service	2013-05-14 11:37:38 UTC (rev 90825)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/pdns_recursor --daemon
+ExecStart=/usr/bin/pdns_recursor --daemon
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list