From 0cf4ec3dd70800ea41103395e69d01b56209ee8a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 25 Oct 2008 06:29:09 +0000 Subject: Make 1.2 friendly again --- packages/tinydns/tinydns.xml | 10 +++++++++- packages/tinydns/tinydns_domains.xml | 6 ++++++ packages/tinydns/tinydns_sync.xml | 7 +++++++ 3 files changed, 22 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 0e5f06a0..feee7ecb 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -154,6 +154,7 @@ listtopic Binding IP Address + temp IP Address @@ -164,6 +165,7 @@ listtopic DNS-Cache server + temp Enable DNS Forwarders @@ -186,6 +188,7 @@ listtopic Monitoring address refresh interval + temp Refresh Interval @@ -196,6 +199,7 @@ listtopic Sync TinyDNS settings via XMLRPC + temp XMLRPC Sync @@ -206,6 +210,7 @@ listtopic Advanced tunables (OPTIONAL) + temp Minimum segment size @@ -272,4 +277,7 @@ tinydns_custom_php_deinstall_command(); tinydns_sync_on_changes(); - + + unset($_POST['temp']); + + \ No newline at end of file diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml index ddaec61a..1aeafe78 100644 --- a/packages/tinydns/tinydns_domains.xml +++ b/packages/tinydns/tinydns_domains.xml @@ -95,6 +95,7 @@ listtopic General + temp Hostname or FQDN www.exampledomain.com @@ -139,6 +140,7 @@ listtopic Reverse lookup + temp Automatic PTR entry @@ -149,6 +151,7 @@ listtopic Failover + temp IP to ping to ensure service is up @@ -225,4 +228,7 @@ log_error("Ping items done."); tinydns_sync_on_changes(); + + unset($_POST['temp']); + diff --git a/packages/tinydns/tinydns_sync.xml b/packages/tinydns/tinydns_sync.xml index ca7af41d..c016ad5c 100644 --- a/packages/tinydns/tinydns_sync.xml +++ b/packages/tinydns/tinydns_sync.xml @@ -76,6 +76,7 @@ listtopic + temp Enbable DNS zone sync @@ -87,6 +88,7 @@ listtopic Sync host #1 + temp IP Address @@ -103,6 +105,7 @@ listtopic Sync host #2 + temp IP Address 2 @@ -119,6 +122,7 @@ listtopic Sync host #3 + temp IP Address 3 @@ -136,4 +140,7 @@ tinydns_sync_on_changes(); + + unset($_POST['temp']); + \ No newline at end of file -- cgit v1.2.3