This seems to fix a coredump on NetBSD 4.99.19. The (long) list of changes can be viewed at http://doc.powerdns.com/changelog.html#CHANGELOG-2-9-21
22 lines
707 B
Text
22 lines
707 B
Text
$NetBSD: patch-ab,v 1.2 2007/05/09 08:05:27 ghen Exp $
|
|
|
|
--- pdns/pdns.conf-dist.orig 2007-04-21 15:56:36.000000000 +0200
|
|
+++ pdns/pdns.conf-dist
|
|
@@ -27,7 +27,7 @@
|
|
#################################
|
|
# config-dir Location of configuration directory (pdns.conf)
|
|
#
|
|
-# config-dir=/usr/local/etc
|
|
+# config-dir=@PKG_SYSCONFDIR@
|
|
|
|
#################################
|
|
# config-name Name of this virtual configuration - will rename the binary image
|
|
@@ -157,7 +157,7 @@
|
|
#################################
|
|
# module-dir Default directory for modules
|
|
#
|
|
-# module-dir=/usr/local/lib
|
|
+# module-dir=@PREFIX@/lib/pdns
|
|
|
|
#################################
|
|
# negquery-cache-ttl Seconds to store packets in the PacketCache
|