From dm@home.dinoex.sub.de  Mon Jun  9 00:46:14 2003
Return-Path: <dm@home.dinoex.sub.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1139537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jun 2003 00:46:14 -0700 (PDT)
Received: from uucp.dinoex.sub.de (net2.dinoex.sub.org [212.184.201.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4C1F43FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jun 2003 00:46:12 -0700 (PDT)
	(envelope-from dm@home.dinoex.sub.de)
Received: from home.dinoex.sub.de (home.dinoex.sub.de [217.6.200.196])
	by uucp.dinoex.sub.de (8.12.9/8.12.9) with ESMTP id h597k3bW047350
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 9 Jun 2003 09:46:03 +0200 (CEST)
	(envelope-from dm@home.dinoex.sub.de)
Received: (from dm@localhost)
	by home.dinoex.sub.de (8.12.9/8.12.8/Submit) id h597k5jS021329;
	Mon, 9 Jun 2003 09:46:05 +0200 (CEST)
	(envelope-from dm)
Message-Id: <200306090746.h597k5jS021329@home.dinoex.sub.de>
Date: Mon, 9 Jun 2003 09:46:05 +0200 (CEST)
From: dirk.meyer@dinoex.sub.org
Reply-To: dirk.meyer@dinoex.sub.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update /etc/services 4031
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53077
>Category:       conf
>Synopsis:       Update /etc/services 4031
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 00:50:17 PDT 2003
>Closed-Date:    Mon Jun 16 00:56:48 PDT 2003
>Last-Modified:  Mon Jun 16 00:56:48 PDT 2003
>Originator:     Dirk Meyer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
privat
>Environment:

	FreeBSD STABLE and CURRENT

>Description:

	service port number for suucp is missing.

	IANA has registred a port number for UUCP over SSL
	http://www.iana.org/assignments/port-numbers

	Netbsd has included this already.
	http://cvsweb.netbsd.org/bsdweb.cgi/src/etc/services.diff?r1=1.51&r2=1.52
	I would like to have this inlcuded in FreeBSD too.

>How-To-Repeat:

	grep uucp /etc/services
	grep 4031 /etc/services

>Fix:

	apply this patch in /usr/src/etc/

--- services.orig	Wed May  7 19:30:54 2003
+++ services	Mon Jun  9 09:35:20 2003
@@ -1943,6 +1943,8 @@
 udt_os		3900/udp   #Unidata UDT OS
 netcheque	4008/tcp   #NetCheque accounting
 netcheque	4008/udp   #NetCheque accounting
+suucp		4031/tcp   #UUCP over SSL
+suucp		4031/udp   #UUCP over SSL
 lockd		4045/udp			# NFS lock daemon/manager
 lockd		4045/tcp
 nuts_dem	4132/tcp   #NUTS Daemon
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: dougb 
State-Changed-When: Mon Jun 9 16:01:30 PDT 2003 
State-Changed-Why:  

Because each new services entry has a non-zero impact on lookups, 
we generally don't add new ones unless there is a compelling reason. 

Since we've removed UUCP from the base, I'm inclined not to add this, 
but I'm interested in any reasoning you might have to include it. 

Doug 


Responsible-Changed-From-To: freebsd-bugs->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Mon Jun 9 16:01:30 PDT 2003 
Responsible-Changed-Why:  

I'll handle the feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53077 
State-Changed-From-To: feedback->open 
State-Changed-By: dinoex 
State-Changed-When: Tue Jun 10 15:13:14 CEST 2003 
State-Changed-Why:  

you can't run SSL over UUCP with inetd, unless you 
add a name for the service. 

for now the freebsd_uucp port has to modify /etc/service 
on installtion. 

what other soultions can you suggest? 

Is is possible to support an additional looup 
in /usr/local/etc/services? 


http://www.freebsd.org/cgi/query-pr.cgi?pr=53077 
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Mon Jun 16 00:55:38 PDT 2003 
State-Changed-Why:  

From what you've described, only a small percentage of 
FreeBSD users would benefit from this. Therefore it's 
not really a compelling case to add it to the base. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53077 
>Unformatted:
