FreeBSD Bugzilla – Attachment 242346 Details for
Bug 271585
[patch] net/haproxy2*: Add FIB support to multiple profiles support in rc script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fib support for profiles
haproxy_fib.diff.txt (text/plain), 4.35 KB, created by
Ryan Steinmetz
on 2023-05-23 17:58:28 UTC
(
hide
)
Description:
fib support for profiles
Filename:
MIME Type:
Creator:
Ryan Steinmetz
Created:
2023-05-23 17:58:28 UTC
Size:
4.35 KB
patch
obsolete
>diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile >index cb76e0ebd4..4880c648df 100644 >--- a/net/haproxy20/Makefile >+++ b/net/haproxy20/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= haproxy > DISTVERSION= 2.0.31 >+PORTREVISION= 1 > CATEGORIES= net www > PKGNAMESUFFIX= 20 > MASTER_SITES= http://www.haproxy.org/download/2.0/src/ >diff --git a/net/haproxy20/files/haproxy.in b/net/haproxy20/files/haproxy.in >index e9eb2147c4..e13077b01d 100644 >--- a/net/haproxy20/files/haproxy.in >+++ b/net/haproxy20/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 >diff --git a/net/haproxy22/Makefile b/net/haproxy22/Makefile >index 32aa2de9f3..507790a7a3 100644 >--- a/net/haproxy22/Makefile >+++ b/net/haproxy22/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= haproxy > DISTVERSION= 2.2.29 >+PORTREVISION= 1 > CATEGORIES= net www > PKGNAMESUFFIX= 22 > MASTER_SITES= http://www.haproxy.org/download/2.2/src/ >diff --git a/net/haproxy22/files/haproxy.in b/net/haproxy22/files/haproxy.in >index e9eb2147c4..e13077b01d 100644 >--- a/net/haproxy22/files/haproxy.in >+++ b/net/haproxy22/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 >diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile >index cb9991337d..5783b1ee4f 100644 >--- a/net/haproxy24/Makefile >+++ b/net/haproxy24/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= haproxy > DISTVERSION= 2.4.22 >+PORTREVISION= 1 > CATEGORIES= net www > PKGNAMESUFFIX= 24 > MASTER_SITES= http://www.haproxy.org/download/2.4/src/ >diff --git a/net/haproxy24/files/haproxy.in b/net/haproxy24/files/haproxy.in >index e9eb2147c4..e13077b01d 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 >diff --git a/net/haproxy25/Makefile b/net/haproxy25/Makefile >index 4f23b2c19e..d98bb5f84b 100644 >--- a/net/haproxy25/Makefile >+++ b/net/haproxy25/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= haproxy > DISTVERSION= 2.5.14 >+PORTREVISION= 1 > CATEGORIES= net www > PKGNAMESUFFIX= 25 > MASTER_SITES= http://www.haproxy.org/download/2.5/src/ >diff --git a/net/haproxy25/files/haproxy.in b/net/haproxy25/files/haproxy.in >index e9eb2147c4..e13077b01d 100644 >--- a/net/haproxy25/files/haproxy.in >+++ b/net/haproxy25/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 >diff --git a/net/haproxy26/Makefile b/net/haproxy26/Makefile >index 5804d3f3da..33f8f3d105 100644 >--- a/net/haproxy26/Makefile >+++ b/net/haproxy26/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= haproxy > DISTVERSION= 2.6.13 >+PORTREVISION= 1 > CATEGORIES= net www > PKGNAMESUFFIX= 26 > MASTER_SITES= http://www.haproxy.org/download/2.6/src/ >diff --git a/net/haproxy26/files/haproxy.in b/net/haproxy26/files/haproxy.in >index e9eb2147c4..e13077b01d 100644 >--- a/net/haproxy26/files/haproxy.in >+++ b/net/haproxy26/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 271585
: 242346