Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 1998 12:13:36 -0800 (PST)
From:      Studded@dal.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/5950: Incorrect assignment for ircd in /etc/services
Message-ID:  <199803082013.MAA02408@dt050ndd.san.rr.com>

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

>Number:         5950
>Category:       conf
>Synopsis:       Incorrect assignment for ircd in /etc/services
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  8 12:20:01 PST 1998
>Last-Modified:
>Originator:     Doug
>Organization:
AAAG
>Release:        FreeBSD 2.2.5-STABLE-0308 i386
>Environment:

	All FreeBSD systems.

>Description:

	In /etc/services there is an incorrect assignment for ircd(-2) on ports 6666
and 6667. While port 6667 has become the de facto standard non-privileged port over
the last several years, port 6666 is by no means a standard, and varies widely from
network to network, and from server to server within a network. There are very few
areas related to FreeBSD that I can speak authoritatively about, this happens to be
one of them. 

>How-To-Repeat:

	grep ircd /etc/services

>Fix:
	
	Apply the following patch to /usr/src/etc/services:

--- services.DIST	Sun Mar  8 12:02:56 1998
+++ services	Sun Mar  8 12:03:40 1998
@@ -1650,8 +1650,7 @@
 ricardo-lm	6148/udp   #Ricardo North America License Manager
 xdsxdm		6558/tcp	
 xdsxdm		6558/udp	
-ircd		6666/tcp
-ircd-2		6667/tcp
+ircd		6667/tcp   #Internet Relay Chat daemon
 acmsoda		6969/tcp
 acmsoda		6969/udp
 afs3-fileserver 7000/tcp   #file server itself

>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?199803082013.MAA02408>