Upgrade net/balance to 3.19 and fix spelling (change "adress" to "address") in files/balance.sh Fix: --- files/balance.sh.orig Sun Feb 20 00:48:28 2005 +++ files/balance.sh Sun Feb 20 00:49:13 2005 @@ -12,7 +12,7 @@ # #balance_enable="YES" #balance_hosts="host1" -#balance_host1_adress="host1.external.example" +#balance_host1_address="host1.external.example" #balance_host1_ports="http 8180" #balance_host1_targets="host1.internal.example" # @@ -34,10 +34,10 @@ if [ -x "${command}" ]; then for host in ${balance_hosts}; do eval ports=\"\${balance_${host}_ports}\" - eval adress=\"\${balance_${host}_adress}\" + eval address=\"\${balance_${host}_address}\" eval targets=\"\${balance_${host}_targets}\" for port in ${ports}; do - "${command}" -b ${adress} ${port} ${targets} + "${command}" -b ${address} ${port} ${targets} done done fi @@ -48,10 +48,10 @@ if [ -x "${command}" ]; then for host in ${balance_hosts}; do eval ports=\"\${balance_${host}_ports}\" - eval adress=\"\${balance_${host}_adress}\" + eval address=\"\${balance_${host}_address}\" for port in ${ports}; do - echo "balance at ${adress}:${port}" - "${command}" -b ${adress} -c kill ${port} + echo "balance at ${address}:${port}" + "${command}" -b ${address} -c kill ${port} done done fi @@ -62,10 +62,10 @@ if [ -x "${command}" ]; then for host in ${balance_hosts}; do eval ports=\"\${balance_${host}_ports}\" - eval adress=\"\${balance_${host}_adress}\" + eval address=\"\${balance_${host}_address}\" for port in ${ports}; do - echo "balance at ${adress}:${port}" - "${command}" -b ${adress} -c show ${port} + echo "balance at ${address}:${port}" + "${command}" -b ${address} -c show ${port} done done fi --- balance.sh.patch ends here ---
Dear maintainer of FreeBSD port net/balance, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?q=77761 Do you approve this update? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> And now something completely different.
State Changed From-To: open->feedback Asked maintainer for approval.
Responsible Changed From-To: freebsd-ports-bugs->pav Handle.
Please send/cc any further correspondence to gms08701@yahoo.com instead of fbsd-ports@trini0.org Thank you
On Feb 20, 2005, at 6:15 AM, Pav Lucistnik wrote: > Dear maintainer of FreeBSD port net/balance, please take a look at > > http://www.freebsd.org/cgi/query-pr.cgi?q=77761 > > Do you approve this update? Looks reasonable, thanks for pointing this out to me. -- Joseph Scott
State Changed From-To: feedback->closed Committed, thanks!