[arch-commits] Commit in powerdns/trunk (PKGBUILD pdns.install)
Alexander Rødseth
arodseth at archlinux.org
Mon Feb 16 18:28:33 UTC 2015
Date: Monday, February 16, 2015 @ 19:28:33
Author: arodseth
Revision: 127803
upgpkg: powerdns 3.4.2-2
Modified:
powerdns/trunk/PKGBUILD
powerdns/trunk/pdns.install
--------------+
PKGBUILD | 3 ++-
pdns.install | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-16 17:07:30 UTC (rev 127802)
+++ PKGBUILD 2015-02-16 18:28:33 UTC (rev 127803)
@@ -5,7 +5,7 @@
pkgname=powerdns
pkgver=3.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Authoritative DNS server'
arch=('x86_64' 'i686')
url='http://www.powerdns.com/'
@@ -27,6 +27,7 @@
cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
# Setting the default configuration options.
+ # Future versions of setconf may be able to comment out options.
for keyvalue in \
allow-recursion=127.0.0.1 \
cache-ttl=6 \
Modified: pdns.install
===================================================================
--- pdns.install 2015-02-16 17:07:30 UTC (rev 127802)
+++ pdns.install 2015-02-16 18:28:33 UTC (rev 127803)
@@ -1,7 +1,7 @@
post_upgrade() {
echo
echo 'See http://doc.powerdns.com/md/authoritative/upgrading/ for'
- echo 'information about changes when upgrading.
+ echo 'information about changes when upgrading.'
echo
echo 'If upgrading from an older version, you may also need to:'
echo 'setconf /etc/powerdns/pdns.conf module-dir=/usr/lib/powerdns'
More information about the arch-commits
mailing list