diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2023-05-23 14:54:21 -0400 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2023-05-23 14:54:21 -0400 |
commit | 04026c8b3952d5c717b0fbaf6d58d9317614aa0d (patch) | |
tree | cfa91608ceaccd902fb37758d9681dcc01aba3a3 /net/haproxy24/files | |
parent | textproc/py-python-lsp-server: Loose version of dependency (diff) |
net/haproxy2*: Add FIB support to multiple-profile smarts
- Bump PORTREVISION
PR: 271585
Approved by: maintainer (demon@)
Diffstat (limited to 'net/haproxy24/files')
-rw-r--r-- | net/haproxy24/files/haproxy.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/haproxy24/files/haproxy.in b/net/haproxy24/files/haproxy.in index e9eb2147c412..e13077b01dc3 100644 --- a/net/haproxy24/files/haproxy.in +++ b/net/haproxy24/files/haproxy.in @@ -75,6 +75,7 @@ if [ -n "$2" ]; then exit 1 fi eval haproxy_config="\${haproxy_${profile}_config:-%%PREFIX%%/etc/haproxy-${profile}.conf}" + eval haproxy_fib="\${haproxy_${profile}_fib:${haproxy_fib}}" eval pidfile="\${haproxy_${profile}_pidfile:-/var/run/haproxy-${profile}.pid}" else if [ "x${haproxy_profiles}" != "x" -a "x$1" != "x" ]; then |