aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2014-03-13 14:29:30 -0300
committerRenato Botelho <garga@pfSense.org>2014-03-13 14:29:30 -0300
commit7043bde7b8dcc2bef6c16e9d74fbb30c098d5b52 (patch)
tree572f101d79ea9edf7407ce88f9d6258d99f20d7c /config/haproxy-devel/haproxy.inc
parent2f068dda397ce697ef870b0cc35b698cb13ca3e6 (diff)
parentee8adaa054b094fb0ced6934bf768a2643a01d7a (diff)
downloadpfsense-packages-7043bde7b8dcc2bef6c16e9d74fbb30c098d5b52.tar.gz
pfsense-packages-7043bde7b8dcc2bef6c16e9d74fbb30c098d5b52.tar.bz2
pfsense-packages-7043bde7b8dcc2bef6c16e9d74fbb30c098d5b52.zip
Merge pull request #610 from cyberplant/patch-1
Fixes problem stopping haproxy-devel
Diffstat (limited to 'config/haproxy-devel/haproxy.inc')
-rw-r--r--config/haproxy-devel/haproxy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc
index 9bc0dd80..8f7c2a9c 100644
--- a/config/haproxy-devel/haproxy.inc
+++ b/config/haproxy-devel/haproxy.inc
@@ -189,7 +189,7 @@ function haproxy_custom_php_install_command() {
name="haproxy"
rcvar=`set_rcvar`
-command="/usr/local/bin/haproxy"
+command="/usr/pbi/haproxy-devel-`uname -m`/sbin/haproxy"
haproxy_enable=\${haproxy-"YES"}
start_cmd="haproxy_start"