diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-25 19:12:27 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-25 19:12:27 -0200 |
commit | 48a5d68e30e1f1568dae307feb30f5490615993e (patch) | |
tree | 2be37bd2bf9e4d5db7fabf1f1ff27ec3dc510566 /config/bind/bind.xml | |
parent | 23deffdfd766efdafc357b923262fb495af34730 (diff) | |
download | pfsense-packages-48a5d68e30e1f1568dae307feb30f5490615993e.tar.gz pfsense-packages-48a5d68e30e1f1568dae307feb30f5490615993e.tar.bz2 pfsense-packages-48a5d68e30e1f1568dae307feb30f5490615993e.zip |
bind -remove unsed functions and fix sync code for automatic option.
Diffstat (limited to 'config/bind/bind.xml')
-rw-r--r-- | config/bind/bind.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/bind/bind.xml b/config/bind/bind.xml index 2e44a80f..76fdf523 100644 --- a/config/bind/bind.xml +++ b/config/bind/bind.xml @@ -309,10 +309,8 @@ </custom_php_resync_config_command> <custom_php_install_command> bind_write_rcfile(); - create_log_file(); </custom_php_install_command> <custom_php_deinstall_command> - delete_log_file(); </custom_php_deinstall_command> <filter_rules_needed></filter_rules_needed> </packagegui> |