aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-28 04:51:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-28 04:51:26 +0000
commit41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e (patch)
treec32f7bfd69e7910584b65af397235ab340af4b30 /packages/tinydns
parent2ecdb9b69134038b996841a437c7099f64e3c154 (diff)
downloadpfsense-packages-41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e.tar.gz
pfsense-packages-41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e.tar.bz2
pfsense-packages-41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e.zip
Do not run tinydns_custom_php_changeip_command(); twice
Diffstat (limited to 'packages/tinydns')
-rw-r--r--packages/tinydns/tinydns.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml
index 9028a7c1..bc7e2c40 100644
--- a/packages/tinydns/tinydns.xml
+++ b/packages/tinydns/tinydns.xml
@@ -70,7 +70,6 @@
<custom_php_resync_config_command>
tinydns_custom_php_changeip_command();
tinydns_custom_php_install_command();
- tinydns_custom_php_changeip_command();
tinydns_create_zone_file();
tinydns_setup_ping_items();
</custom_php_resync_config_command>