diff options
author | thompsa <andy@fud.org.nz> | 2010-03-12 16:08:10 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-03-12 16:08:10 +1300 |
commit | 155c3634e0e4e6a4fc7b3488bdf032a1661e8779 (patch) | |
tree | 003fb26f95797991400777ee819b0b2c8ebf6c68 /config/haproxy-dev/haproxy.inc | |
parent | dbe7a7f25fb3ca9880adf7e9df5c0e6a9d67dcb2 (diff) | |
download | pfsense-packages-155c3634e0e4e6a4fc7b3488bdf032a1661e8779.tar.gz pfsense-packages-155c3634e0e4e6a4fc7b3488bdf032a1661e8779.tar.bz2 pfsense-packages-155c3634e0e4e6a4fc7b3488bdf032a1661e8779.zip |
Put back the cron removal on deinstall.
Diffstat (limited to 'config/haproxy-dev/haproxy.inc')
-rw-r--r-- | config/haproxy-dev/haproxy.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |