summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-10-04 09:20:45 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-10-04 09:20:45 +0000
commit1a29d89e11369be055012048d3fe78d6c53871fe (patch)
treef143b8eb168e7f78f519f940f0d3b54c3f953b3c /net-dns/pdnsd/files
parentmake nptl a global use flag rather than 6 instances of local flags (diff)
downloadhistorical-1a29d89e11369be055012048d3fe78d6c53871fe.tar.gz
historical-1a29d89e11369be055012048d3fe78d6c53871fe.tar.bz2
historical-1a29d89e11369be055012048d3fe78d6c53871fe.zip
ersion bump as per bug #66219. -fbsd masked 1.1.11 due to upstream notice
Diffstat (limited to 'net-dns/pdnsd/files')
-rw-r--r--net-dns/pdnsd/files/digest-pdnsd-1.1.12_pre31
-rw-r--r--net-dns/pdnsd/files/pdnsd.conf.test27
2 files changed, 28 insertions, 0 deletions
diff --git a/net-dns/pdnsd/files/digest-pdnsd-1.1.12_pre3 b/net-dns/pdnsd/files/digest-pdnsd-1.1.12_pre3
new file mode 100644
index 000000000000..9aef8718e0d5
--- /dev/null
+++ b/net-dns/pdnsd/files/digest-pdnsd-1.1.12_pre3
@@ -0,0 +1 @@
+MD5 594ecd8ad6633673c4ba6eec7ee25fe8 pdnsd-1.1.12pre3-par.tar.gz 319996
diff --git a/net-dns/pdnsd/files/pdnsd.conf.test b/net-dns/pdnsd/files/pdnsd.conf.test
new file mode 100644
index 000000000000..90cae2c05ea5
--- /dev/null
+++ b/net-dns/pdnsd/files/pdnsd.conf.test
@@ -0,0 +1,27 @@
+// $Id: pdnsd.conf.test,v 1.1 2004/10/04 09:20:45 dragonheart Exp $
+
+global {
+ perm_cache=512;
+ cache_dir=;
+ max_ttl=604800;
+ paranoid=on;
+ server_port=33455;
+ server_ip=127.0.0.1;
+ status_ctl=on;
+}
+
+server {
+ ip=
+ timeout=30;
+ interval=30;
+ uptest=ping;
+ ping_timeout=50;
+ purge_cache=off;
+}
+
+source {
+ ttl=86400;
+ owner="localhost.";
+ serve_aliases=on;
+ file="/etc/hosts";
+}