23 lines
708 B
Plaintext
23 lines
708 B
Plaintext
$NetBSD: patch-ab,v 1.3 2011/11/23 23:32:17 joerg Exp $
|
|
|
|
--- pdns/pdns.conf-dist.orig 2007-04-21 13:56:36.000000000 +0000
|
|
+++ 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
|