diff options
author | thompsa <andy@fud.org.nz> | 2010-03-12 15:21:55 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-03-12 15:21:55 +1300 |
commit | 9cf42f047c49d03b518f17b0688ed9c46fd6ec63 (patch) | |
tree | 887ab456d943fd28ffee35e96857ebc457e149d5 /config/haproxy-dev/haproxy.inc | |
parent | 06d66037a1f68bee687bec1c7093c33d0a4cc2bd (diff) | |
download | pfsense-packages-9cf42f047c49d03b518f17b0688ed9c46fd6ec63.tar.gz pfsense-packages-9cf42f047c49d03b518f17b0688ed9c46fd6ec63.tar.bz2 pfsense-packages-9cf42f047c49d03b518f17b0688ed9c46fd6ec63.zip |
Remove /usr/local/etc/rc.d/haproxy.sh
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 26a58c28..10d7c24b 100644 --- a/config/haproxy-dev/haproxy.inc +++ b/config/haproxy-dev/haproxy.inc @@ -62,6 +62,7 @@ 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*"); + 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); |