aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorAndrew Thompson <andrewt@catalyst.net.nz>2012-02-22 10:23:04 +1300
committerAndrew Thompson <andrewt@catalyst.net.nz>2012-02-22 10:32:26 +1300
commite1623df540a3bd70a8a7eced28be931074639fcc (patch)
tree54fdcb040c09ba742557ecffe60cceb865d61177 /config/haproxy
parenta86bf821f6b1f1c50605c1706b404751f6d7d3c5 (diff)
downloadpfsense-packages-e1623df540a3bd70a8a7eced28be931074639fcc.tar.gz
pfsense-packages-e1623df540a3bd70a8a7eced28be931074639fcc.tar.bz2
pfsense-packages-e1623df540a3bd70a8a7eced28be931074639fcc.zip
Revert "Disable overwriting the haproxy binary, its in the package"
This reverts commit 6bbd113b687958b18f0dc898261226b3bbc2c5d2.
Diffstat (limited to 'config/haproxy')
-rw-r--r--config/haproxy/haproxy.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml
index 1d1ed8ba..ee2a2263 100644
--- a/config/haproxy/haproxy.xml
+++ b/config/haproxy/haproxy.xml
@@ -96,14 +96,11 @@
<custom_php_resync_config_command>
</custom_php_resync_config_command>
<custom_php_install_command>
- /*
- included in package install
$freebsdv=trim(`uname -r | cut -d'.' -f1`);
conf_mount_rw();
`fetch -q -o /usr/local/sbin/ http://www.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy`;
exec("chmod a+rx /usr/local/sbin/haproxy");
haproxy_custom_php_install_command();
- */
</custom_php_install_command>
<custom_php_deinstall_command>
haproxy_custom_php_deinstall_command();