Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2003 09:46:05 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/53077: Update /etc/services 4031
Message-ID:  <200306090746.h597k5jS021329@home.dinoex.sub.de>
Resent-Message-ID: <200306090750.h597oI9s094095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53077
>Category:       conf
>Synopsis:       Update /etc/services 4031
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 00:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306090746.h597k5jS021329>