aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-21 01:23:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-21 01:23:53 +0000
commitbebbfd679dc6cc973b8a9d47df1c6cbf8fff3bde (patch)
tree70666c30916b5ccf7511954d96dc6a2fd13a115f
parentc2af9e1e4ae0a51a14efd9b3b9ace3e28fd3e92b (diff)
downloadpfsense-packages-bebbfd679dc6cc973b8a9d47df1c6cbf8fff3bde.tar.gz
pfsense-packages-bebbfd679dc6cc973b8a9d47df1c6cbf8fff3bde.tar.bz2
pfsense-packages-bebbfd679dc6cc973b8a9d47df1c6cbf8fff3bde.zip
Reload zone settings on save
-rw-r--r--packages/tinydns/tinydns.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml
index ca7c464c..8fb761f7 100644
--- a/packages/tinydns/tinydns.xml
+++ b/packages/tinydns/tinydns.xml
@@ -99,6 +99,12 @@
<custom_php_deinstall_command>
tinydns_custom_php_deinstall_command();
</custom_php_deinstall_command>
+ <custom_add_php_command>
+ tinydns_custom_php_changeip_command();
+ tinydns_custom_php_install_command();
+ tinydns_create_zone_file();
+ tinydns_setup_ping_items();
+ </custom_add_php_command>
<custom_php_resync_config_command>
tinydns_custom_php_changeip_command();
tinydns_custom_php_install_command();