aboutsummaryrefslogtreecommitdiffstats
path: root/config/bacula-client
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 11:30:14 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 11:30:14 +0200
commit0f6248ec1f0717cf4778bd6cbb9fb2de43c6c809 (patch)
tree943712cf8b9bd598d6c23e2531dbd5ad9a7bb7e2 /config/bacula-client
parent031be05caa024fa8d2c20808053ca5d0963d650c (diff)
downloadpfsense-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/bacula-client')
-rw-r--r--config/bacula-client/bacula-client.xml3
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>