diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-21 02:32:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-21 02:32:28 +0000 |
commit | 42955dbdd013254eaf9ef30454374953d050cd5f (patch) | |
tree | e4e415f326c609d7b7d66b9dd8b0cb45206359a5 /packages/tinydns | |
parent | bebbfd679dc6cc973b8a9d47df1c6cbf8fff3bde (diff) | |
download | pfsense-packages-42955dbdd013254eaf9ef30454374953d050cd5f.tar.gz pfsense-packages-42955dbdd013254eaf9ef30454374953d050cd5f.tar.bz2 pfsense-packages-42955dbdd013254eaf9ef30454374953d050cd5f.zip |
Handle delete command
Diffstat (limited to 'packages/tinydns')
-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 8fb761f7..dffa2309 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -111,6 +111,12 @@ tinydns_create_zone_file(); tinydns_setup_ping_items(); </custom_php_resync_config_command> + <custom_delete_php_command> + tinydns_custom_php_changeip_command(); + tinydns_custom_php_install_command(); + tinydns_create_zone_file(); + tinydns_setup_ping_items(); + </custom_delete_php_command> <include_file>/usr/local/pkg/tinydns.inc</include_file> <fields> <field> |