From 2a4f986325ccd3a08273bee285993415da12aeb2 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Thu, 13 Mar 2014 18:45:20 +0100 Subject: haproxy-devel, removing obsolete nonworking 'devd' and 'limits' calls --- config/haproxy-devel/haproxy.inc | 42 ---------------------------------------- 1 file changed, 42 deletions(-) (limited to 'config/haproxy-devel') diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index e58187c0..273091b3 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -162,18 +162,11 @@ function haproxy_custom_php_deinstall_command() { global $static_output; $static_output .= "HAProxy, running haproxy_custom_php_deinstall_command()\n"; update_output_window($static_output); - $static_output .= "HAProxy, deleting haproxy package\n"; - update_output_window($static_output); - exec("cd /var/db/pkg && pkg_delete `ls | grep haproxy`"); $static_output .= "HAProxy, deleting haproxy webgui\n"; update_output_window($static_output); exec("rm /usr/local/pkg/haproxy*"); exec("rm /usr/local/www/haproxy*"); exec("rm /usr/local/etc/rc.d/haproxy.sh"); - exec("rm /etc/devd/haproxy.conf"); - $static_output .= "HAProxy, running /etc/rc.d/devd restart\n"; - update_output_window($static_output); - exec("/etc/rc.d/devd restart"); $static_output .= "HAProxy, installing cron job if needed\n"; update_output_window($static_output); haproxy_install_cron(false); @@ -190,16 +183,6 @@ function haproxy_custom_php_install_command() { update_output_window($static_output); conf_mount_rw(); - $freebsd_version = substr(trim(php_uname("r")), 0, 1); - - if(!file_exists("/usr/bin/limits")) { - $static_output .= "HAProxy, downloading 'limits'\n"; - update_output_window($static_output); - - exec("fetch -q -o /usr/bin/limits http://files.pfsense.org/extras/{$freebsd_version}/limits"); - exec("chmod a+rx /usr/bin/limits"); - } - $static_output .= "HAProxy, create '/usr/local/etc/rc.d/haproxy.sh'\n"; update_output_window($static_output); $haproxy = <<