aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-11 16:25:56 -0400
committerjim-p <jimp@pfsense.org>2013-07-11 16:25:56 -0400
commitbce84876eee8032f24f99ca6b72bc5d68da7511e (patch)
tree8aad07d00e938540c4fcff0efeb472d04ce18739 /config
parent2916a9051a4e60c64ecd2732b652a12696d3295e (diff)
downloadpfsense-packages-bce84876eee8032f24f99ca6b72bc5d68da7511e.tar.gz
pfsense-packages-bce84876eee8032f24f99ca6b72bc5d68da7511e.tar.bz2
pfsense-packages-bce84876eee8032f24f99ca6b72bc5d68da7511e.zip
Fix 1.2.x haproxy-stable install process.
Diffstat (limited to 'config')
-rw-r--r--config/haproxy-stable/haproxy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-stable/haproxy.xml b/config/haproxy-stable/haproxy.xml
index 3a0be0ec..50907cfe 100644
--- a/config/haproxy-stable/haproxy.xml
+++ b/config/haproxy-stable/haproxy.xml
@@ -98,7 +98,7 @@
<custom_php_install_command>
$freebsdv=trim(`uname -r | cut -d'.' -f1`);
conf_mount_rw();
- `fetch -q -o /usr/local/sbin/ http://www.pfsense.org/packages/config/haproxy-dev/binaries{$freebsdv}/haproxy`;
+ `fetch -q -o /usr/local/sbin/ http://files.pfsense.org/packages/7/haproxy-dev/haproxy`;
exec("chmod a+rx /usr/local/sbin/haproxy");
haproxy_custom_php_install_command();
</custom_php_install_command>