diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 19:16:22 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 19:16:22 +0000 |
commit | a52b68b2da34c284fba266fb971fa8df09d69c7b (patch) | |
tree | 7a4f35e01c5bba0b67fe4e6bbfafcf4febb4f965 /packages/tinydns/tinydns.xml | |
parent | 48ead3bd181e6a5ce01ad96564a2f5a8f8531d5a (diff) | |
download | pfsense-packages-a52b68b2da34c284fba266fb971fa8df09d69c7b.tar.gz pfsense-packages-a52b68b2da34c284fba266fb971fa8df09d69c7b.tar.bz2 pfsense-packages-a52b68b2da34c284fba266fb971fa8df09d69c7b.zip |
Provision tinydns /etc/tinydns directory upon saving.
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r-- | packages/tinydns/tinydns.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 9be7225a..534ae751 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -36,6 +36,12 @@ <custom_php_deinstall_command> tinydns_custom_php_deinstall_command(); </custom_php_deinstall_command> + <custom_php_resync_config_command> + tinydns_custom_php_changeip_command(); + tinydns_custom_php_install_command(); + tinydns_custom_php_changeip_command(); + tinydns_create_zone_file(); + </custom_php_resync_config_command> <include_file>/usr/local/pkg/tinydns.inc</include_file> <fields> <field> |