diff options
author | Andrew Thompson <andrewt@catalyst.net.nz> | 2012-02-22 10:24:13 +1300 |
---|---|---|
committer | Andrew Thompson <andrewt@catalyst.net.nz> | 2012-02-22 10:32:27 +1300 |
commit | 37241fd4df0564f16449584e3a14733e4a0929cf (patch) | |
tree | 973fc80d2ef45f10fd06cf8d5cef52063b00272b /config/haproxy/haproxy.xml | |
parent | e1623df540a3bd70a8a7eced28be931074639fcc (diff) | |
download | pfsense-packages-37241fd4df0564f16449584e3a14733e4a0929cf.tar.gz pfsense-packages-37241fd4df0564f16449584e3a14733e4a0929cf.tar.bz2 pfsense-packages-37241fd4df0564f16449584e3a14733e4a0929cf.zip |
Disable overwriting the haproxy binary, its in the package
Diffstat (limited to 'config/haproxy/haproxy.xml')
-rw-r--r-- | config/haproxy/haproxy.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml index ee2a2263..0c897dc7 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -96,10 +96,13 @@ <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> |