diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-02-09 16:28:43 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-02-09 16:28:43 -0200 |
commit | 7998273d075385d8a974bd56e530d8753c940717 (patch) | |
tree | b653871a5122deaf36a896b1c8f7ed5956a2cfa0 /config/haproxy-devel | |
parent | 13432421da0d1f3eafbd09ce966497f3f3b5bd20 (diff) | |
download | pfsense-packages-7998273d075385d8a974bd56e530d8753c940717.tar.gz pfsense-packages-7998273d075385d8a974bd56e530d8753c940717.tar.bz2 pfsense-packages-7998273d075385d8a974bd56e530d8753c940717.zip |
Drop use of set_rcvar from startup scripts, it's deprecated
Diffstat (limited to 'config/haproxy-devel')
-rw-r--r-- | config/haproxy-devel/haproxy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index fd4262a5..cebe2a51 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -374,7 +374,7 @@ function haproxy_custom_php_install_command() { . /etc/rc.subr name="haproxy" -rcvar=`set_rcvar` +rcvar="\${name}" command="/usr/pbi/haproxy-devel-`uname -m`/sbin/haproxy" haproxy_enable=\${haproxy-"YES"} |