diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-24 17:40:38 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-24 17:40:38 +0000 |
commit | 7718003a1846b9e78c2d3afefacccd0084e5201e (patch) | |
tree | cd999effa28493dadc1584935da32599436fca8e /packages/tinydns/tinydns.xml | |
parent | 21cfa61cde0eeb323a58324b8bd79382d263c300 (diff) | |
download | pfsense-packages-7718003a1846b9e78c2d3afefacccd0084e5201e.tar.gz pfsense-packages-7718003a1846b9e78c2d3afefacccd0084e5201e.tar.bz2 pfsense-packages-7718003a1846b9e78c2d3afefacccd0084e5201e.zip |
Add a automatically sync field (checkbox)
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r-- | packages/tinydns/tinydns.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 25c43340..5538bfad 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -223,23 +223,28 @@ tinydns_custom_php_install_command(); tinydns_create_zone_file(); tinydns_setup_ping_items(); + tinydns_sync_on_changes(); </custom_delete_php_command> <custom_add_php_command> tinydns_custom_php_changeip_command(); tinydns_custom_php_install_command(); tinydns_create_zone_file(); tinydns_setup_ping_items(); + tinydns_sync_on_changes(); </custom_add_php_command> <custom_php_resync_config_command> tinydns_custom_php_changeip_command(); tinydns_custom_php_install_command(); tinydns_create_zone_file(); tinydns_setup_ping_items(); + tinydns_sync_on_changes(); </custom_php_resync_config_command> <custom_php_install_command> tinydns_custom_php_install_command(); + tinydns_sync_on_changes(); </custom_php_install_command> <custom_php_deinstall_command> tinydns_custom_php_deinstall_command(); + tinydns_sync_on_changes(); </custom_php_deinstall_command> </packagegui> |