Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2000 14:44:30 +0100 (CET)
From:      cejkar@dcse.fee.vutbr.cz
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/23416: Adding SSL services and rsync into /etc/services
Message-ID:  <200012101344.eBADiUL59604@kazi.dcse.fee.vutbr.cz>
Resent-Message-ID: <200012101350.eBADo2i04940@freefall.freebsd.org>

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

>Number:         23416
>Category:       conf
>Synopsis:       Adding SSL services and rsync into /etc/services
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 10 05:50:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rudolf Cejka
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Brno University of Technology, FEE&CS, Czech Republic
>Environment:
>Description:

Following patch adds IANA's well known service port numbers for
sshell, ldaps, rsync, ftps-data, ftps, and ircs. For telnets, imaps,
and pop3s it adds udp part - just for clarification.

If anybody is interested in, full work is located at
ftp://ftp.cz.FreeBSD.org/pub/FreeBSD-local/etc_services/ (2000/12/10).
There is a script, which can add all services from IANA's file
into our /etc/services file (but it does not check missing tcp or
udp parts). However, it generates too much aditions and it would
need too careful review with knowledge of some background, why
some services in /etc/services are defined in theirs way.

>How-To-Repeat:
>Fix:

# $FreeBSD: src/etc/services,v 1.66 2000/11/13 20:47:18 ben Exp $
--- services	Sun Dec 10 00:56:05 2000
+++ services.add	Sun Dec 10 14:17:03 2000
@@ -1089,8 +1089,12 @@
 npmp-local	610/udp
 npmp-gui	611/tcp
 npmp-gui	611/udp
+sshell		614/tcp
+sshell		614/udp
 ginad		634/tcp
 ginad		634/udp
+ldaps		636/tcp    sldap
+ldaps		636/udp    sldap
 mdqs		666/tcp 
 mdqs		666/udp 
 #PROBLEMS!===============================================
@@ -1191,11 +1195,22 @@
 device		801/tcp
 device		801/udp
 supfilesrv	871/tcp			# for SUP
+rsync		873/tcp
+rsync		873/udp
 accessbuilder	888/tcp
 accessbuilder	888/udp
+ftps-data	989/tcp
+ftps-data	989/udp
+ftps		990/tcp
+ftps		990/udp
 telnets		992/tcp
+telnets		992/udp
 imaps		993/tcp
+imaps		993/udp
+ircs		994/tcp
+ircs		994/udp
 pop3s		995/tcp
+pop3s		995/udp
 vsinet		996/tcp
 vsinet		996/udp
 maitrd		997/tcp

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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