From 155c3634e0e4e6a4fc7b3488bdf032a1661e8779 Mon Sep 17 00:00:00 2001 From: thompsa Date: Fri, 12 Mar 2010 16:08:10 +1300 Subject: Put back the cron removal on deinstall. --- config/haproxy-dev/haproxy.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/haproxy-dev/haproxy.inc b/config/haproxy-dev/haproxy.inc index eff614ec..97a20faa 100644 --- a/config/haproxy-dev/haproxy.inc +++ b/config/haproxy-dev/haproxy.inc @@ -65,6 +65,7 @@ function haproxy_custom_php_deinstall_command() { exec("rm /usr/local/etc/rc.d/haproxy.sh"); exec("rm /etc/devd/haproxy.conf"); exec("/etc/rc.d/devd restart"); + haproxy_install_cron(false); } function haproxy_custom_php_install_command() { -- cgit v1.2.3