aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-legacy
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-10 14:34:37 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-02-10 14:34:37 -0200
commit14f241199fde80e9e29b68ca4ceb3c046e7662c7 (patch)
treea9d4eb949b97aee34b873e2f48e8a0752eb5f174 /config/haproxy-legacy
parent3339d6164c2333f1a6f529fe346466e90d94194e (diff)
downloadpfsense-packages-14f241199fde80e9e29b68ca4ceb3c046e7662c7.tar.gz
pfsense-packages-14f241199fde80e9e29b68ca4ceb3c046e7662c7.tar.bz2
pfsense-packages-14f241199fde80e9e29b68ca4ceb3c046e7662c7.zip
Fix rcvar declaration that I broke yesterday and bump necessary package versions
Diffstat (limited to 'config/haproxy-legacy')
-rw-r--r--config/haproxy-legacy/haproxy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-legacy/haproxy.inc b/config/haproxy-legacy/haproxy.inc
index b6c22899..9058b4a6 100644
--- a/config/haproxy-legacy/haproxy.inc
+++ b/config/haproxy-legacy/haproxy.inc
@@ -81,7 +81,7 @@ function haproxy_custom_php_install_command() {
. /etc/rc.subr
name="haproxy"
-rcvar="\${name}"
+rcvar="\${name}_enable"
command="/usr/local/bin/haproxy"
haproxy_enable=\${haproxy-"YES"}