From be7bb13fd1ec371fe01d5c84792981e5a96971f1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 13 Oct 2009 22:21:02 -0400 Subject: Add more install deinstall routines --- config/haproxy/haproxy.inc | 6 ++++++ config/haproxy/haproxy.xml | 2 ++ 2 files changed, 8 insertions(+) (limited to 'config') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index 88fa01e1..bb5886ff 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -33,6 +33,12 @@ require_once("notices.inc"); $d_haproxyconfdirty_path = $g['varrun_path'] . "/haproxy.conf.dirty"; +function haproxy_custom_php_deinstall_command() { + exec("rm /usr/local/sbin/haproxy"); + exec("rm /usr/local/pkg/haproxy.inc"); + exec("rm /usr/local/www/haproxy*"); +} + function haproxy_custom_php_install_command() { global $g, $config; conf_mount_rw(); diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml index ff2b0ab5..44206347 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -99,8 +99,10 @@ $freebsdv=`uname -r | cut -d'.' -f1`; download_file_with_progress_bar("http://www.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy", "/usr/local/sbin/haproxy"); exec("chmod a+rx /usr/local/sbin/haproxy"); + haproxy_custom_php_install_command(); + haproxy_custom_php_deinstall_command(); -- cgit v1.2.3