Bug 59339

Summary: [PATCH] net/balance: rc.subr(8) script
Product: Ports & Packages Reporter: Oliver Eikemeier <eikemeier>
Component: Individual Port(s)Assignee: Oliver Eikemeier <eik>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
balance.patch none

Description Oliver Eikemeier 2003-11-16 16:00:38 UTC
A rcNG script for port net/balance.

Sample entry in rc.conf(5):

balance_enable="YES"
balance_hosts="host1 host2"
balance_host1_adress="host1.domain.example"
balance_host1_ports="ftp http"
balance_host1_targets="host1.internal.domain.example"
balance_host2_adress="host2.domain.example"
balance_host2_ports="ssh ldap 8180"
balance_host2_targets="host2.internal.domain.example"
Comment 1 Oliver Eikemeier 2003-11-16 16:08:51 UTC
Hi Joseph,

could you please have a look into PR 59339:
  <http://www.freebsd.org/cgi/query-pr.cgi?pr=59339>
and tell me what you think?

Thanks
    Oliver
Comment 2 Oliver Eikemeier freebsd_committer freebsd_triage 2003-11-16 16:09:07 UTC
State Changed
From-To: open->feedback
Comment 3 Oliver Eikemeier freebsd_committer freebsd_triage 2003-11-16 16:09:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eik

asked maintainer for his opinion
Comment 4 Joseph Scott 2003-11-17 00:43:46 UTC
On Sun, 16 Nov 2003, Oliver Eikemeier wrote:

-> Hi Joseph,
->
-> could you please have a look into PR 59339:
->   <http://www.freebsd.org/cgi/query-pr.cgi?pr=59339>
-> and tell me what you think?

	I don't have a 5.x box to try this on, so assuming that this works
I'm fine with it.  It may be nice to make this conditional to only be done
on systems that have the new 5.x rc.d features.

--
Joseph Scott                            | ICQ:         41906697
joseph@randomnetworks.com               | Yahoo Msger: somestrangeid
http://www.randomnetworks.com/joseph/   | MSN Msger:   joseph@randomnetworks.com
Comment 5 Oliver Eikemeier 2003-11-17 00:55:31 UTC
Joseph Scott wrote:

> 	I don't have a 5.x box to try this on, so assuming that this works
> I'm fine with it.  It may be nice to make this conditional to only be done
> on systems that have the new 5.x rc.d features.

Try it on a 4.x system, I use exactly this script on my 4-STABLE
for two months now :)
Comment 6 Joseph Scott 2003-11-19 05:54:45 UTC
On Mon, 17 Nov 2003, Oliver Eikemeier wrote:

-> Joseph Scott wrote:
->
-> > 	I don't have a 5.x box to try this on, so assuming that this works
-> > I'm fine with it.  It may be nice to make this conditional to only be done
-> > on systems that have the new 5.x rc.d features.
->
-> Try it on a 4.x system, I use exactly this script on my 4-STABLE
-> for two months now :)

	I haven't tested this yet, but if it's been working fine for you
then I'm ok with having it committed.

--
Joseph Scott                            | ICQ:         41906697
joseph@randomnetworks.com               | Yahoo Msger: somestrangeid
http://www.randomnetworks.com/joseph/   | MSN Msger:   joseph@randomnetworks.com
Comment 7 Oliver Eikemeier freebsd_committer freebsd_triage 2003-11-22 20:50:00 UTC
State Changed
From-To: feedback->closed

Committed, thanks!