aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorAndrew Thompson <andrewt@catalyst.net.nz>2012-02-22 10:21:54 +1300
committerAndrew Thompson <andrewt@catalyst.net.nz>2012-02-22 10:32:26 +1300
commita86bf821f6b1f1c50605c1706b404751f6d7d3c5 (patch)
tree77bb945a8a39f661aab924784e71c4d94a70ae4e /config/haproxy
parentc8f48321265be6c5ac190e7f8a5f4b6699d56ac7 (diff)
downloadpfsense-packages-a86bf821f6b1f1c50605c1706b404751f6d7d3c5.tar.gz
pfsense-packages-a86bf821f6b1f1c50605c1706b404751f6d7d3c5.tar.bz2
pfsense-packages-a86bf821f6b1f1c50605c1706b404751f6d7d3c5.zip
Disable overwriting the haproxy binary, its in the package
Diffstat (limited to 'config/haproxy')
-rw-r--r--config/haproxy/haproxy.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml
index ee2a2263..1d1ed8ba 100644
--- a/config/haproxy/haproxy.xml
+++ b/config/haproxy/haproxy.xml
@@ -96,11 +96,14 @@
<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();