From 7998273d075385d8a974bd56e530d8753c940717 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 9 Feb 2015 16:28:43 -0200 Subject: Drop use of set_rcvar from startup scripts, it's deprecated --- config/haproxy/haproxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index 5eb2160e..13bdaeab 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -85,7 +85,7 @@ function haproxy_custom_php_install_command() { . /etc/rc.subr name="haproxy" -rcvar=`set_rcvar` +rcvar="\${name}" command="/usr/local/bin/haproxy" haproxy_enable=\${haproxy-"YES"} -- cgit v1.2.3