diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-25 11:30:14 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-25 11:30:14 +0200 |
commit | 0f6248ec1f0717cf4778bd6cbb9fb2de43c6c809 (patch) | |
tree | 943712cf8b9bd598d6c23e2531dbd5ad9a7bb7e2 /config | |
parent | 031be05caa024fa8d2c20808053ca5d0963d650c (diff) | |
download | pfsense-packages-0f6248ec1f0717cf4778bd6cbb9fb2de43c6c809.tar.gz pfsense-packages-0f6248ec1f0717cf4778bd6cbb9fb2de43c6c809.tar.bz2 pfsense-packages-0f6248ec1f0717cf4778bd6cbb9fb2de43c6c809.zip |
Add missing custom_php_deinstall_command...
... so the the baculaclient_custom_php_deinstall_command() in the .inc file is actually used.
Diffstat (limited to 'config')
-rw-r--r-- | config/bacula-client/bacula-client.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/bacula-client/bacula-client.xml b/config/bacula-client/bacula-client.xml index ce07e77e..cbfe8757 100644 --- a/config/bacula-client/bacula-client.xml +++ b/config/bacula-client/bacula-client.xml @@ -150,6 +150,9 @@ <custom_php_install_command> baculaclient_custom_php_install_command(); </custom_php_install_command> + <custom_php_deinstall_command> + baculaclient_custom_php_deinstall_command(); + </custom_php_deinstall_command> <custom_php_resync_config_command> baculaclient_custom_php_write_config(); </custom_php_resync_config_command> |