Bug 23416

Summary: Adding SSL services and rsync into /etc/services
Product: Base System Reporter: cejkar <cejkar>
Component: confAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description cejkar 2000-12-10 13:50:02 UTC
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.

Fix: # $FreeBSD: src/etc/services,v 1.66 2000/11/13 20:47:18 ben Exp $
Comment 1 Doug Barton freebsd_committer freebsd_triage 2001-07-24 10:29:55 UTC
State Changed
From-To: open->analyzed

Your patch does not apply cleanly to current, but I agree that your 
changes are worthwhile, so I added them by hand. 



Comment 2 Doug Barton freebsd_committer freebsd_triage 2001-07-24 10:29:55 UTC
Responsible Changed
From-To: freebsd-bugs->dougb


I'll do the MFC
Comment 3 Doug Barton freebsd_committer freebsd_triage 2001-08-11 21:43:41 UTC
State Changed
From-To: analyzed->closed


This was actually MFC'ed 10 days ago, so my work here is done. :)