Bug 29222

Summary: IANA CORBA port numbers missing from /etc/services
Product: Base System Reporter: Goran Lowkrantz <goran.lowkrantz>
Component: confAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description Goran Lowkrantz 2001-07-25 16:00:20 UTC
Four groups of CORBA ports are missing from /etc/services.

Fix: 

Add the following to /etc/services.

corba-iiop	683/tcp    #CORBA IIOP
corba-iiop	683/udp    #CORBA IIOP
corba-iiop-ssl	684/tcp    #CORBA IIOP SSL
corba-iiop-ssl	684/udp    #CORBA IIOP SSL

cma		1050/tcp   #CORBA Management Agent
cma		1050/udp   #CORBA Management Agent

corbaloc	2809/tcp   #CORBA LOC
corbaloc	2809/udp   #CORBA LOC
Comment 1 Doug Barton freebsd_committer freebsd_triage 2001-07-28 21:06:02 UTC
State Changed
From-To: open->feedback


Can you please describe what is negatively affected by this ommision? 
There are a lot of things not in our services file, but keeping it 
lightweight is valuable because it's searched linearally by every 
process that needs answers from it. 


Comment 2 Doug Barton freebsd_committer freebsd_triage 2001-07-28 21:06:02 UTC
Responsible Changed
From-To: freebsd-bugs->dougb


I'll handle the feedback
Comment 3 Doug Barton freebsd_committer freebsd_triage 2001-07-29 19:15:53 UTC
State Changed
From-To: feedback->closed


Originator agreed in private mail that this request probably does not 
have broad appeal. Possibly to be revisited down the road.