FreeBSD Bugzilla – Attachment 88411 Details for
Bug 125209
need to add param _flags_ to net/balance rc script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 753 bytes, created by
Case Dorsett
on 2008-07-03 09:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Case Dorsett
Created:
2008-07-03 09:20:01 UTC
Size:
753 bytes
patch
obsolete
>--- balance.sh.in Mon Feb 20 23:47:19 2006 >+++ balance.sh.in.new Thu Jul 3 12:00:51 2008 >@@ -12,6 +12,7 @@ > # > #balance_enable="YES" > #balance_hosts="host1" >+#balance_host1_flags="-a" > #balance_host1_address="host1.external.example" > #balance_host1_ports="http 8180" > #balance_host1_targets="host1.internal.example" >@@ -34,10 +35,11 @@ > if [ -x "${command}" ]; then > for host in ${balance_hosts}; do > eval ports=\"\${balance_${host}_ports}\" >+ eval flags=\"\${balance_${host}_flags}\" > eval address=\"\${balance_${host}_address}\" > eval targets=\"\${balance_${host}_targets}\" > for port in ${ports}; do >- "${command}" -b ${address} ${port} ${targets} >+ "${command}" ${flags} -b ${address} ${port} ${targets} > done > done > fi
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125209
: 88411