From dougdougdougdoug@dt050ndd.san.rr.com  Sun Mar  8 12:13:40 1998
Received: from dt050ndd.san.rr.com (root@dt050ndd.san.rr.com [204.210.31.221])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04528
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 Mar 1998 12:13:38 -0800 (PST)
          (envelope-from dougdougdougdoug@dt050ndd.san.rr.com)
Received: (from root@localhost)
	by dt050ndd.san.rr.com (8.8.8/8.8.8) id MAA02408;
	Sun, 8 Mar 1998 12:13:36 -0800 (PST)
	(envelope-from dougdougdougdoug)
Message-Id: <199803082013.MAA02408@dt050ndd.san.rr.com>
Date: Sun, 8 Mar 1998 12:13:36 -0800 (PST)
From: Studded@dal.net
Reply-To: Studded@dal.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Incorrect assignment for ircd in /etc/services
X-Send-Pr-Version: 3.2

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

>Release-Note:
>Audit-Trail:

From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG>
To: Studded@dal.net
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/5950: Incorrect assignment for ircd in /etc/services 
Date: Sun, 08 Mar 1998 18:15:30 -0800

 Yeesh, I'm sorry I ever made this change for all the useless
 discussion it's created.  I'm tempted to simply take the entry back
 out again and forget that IRC even exists. :)
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Sun Mar 8 18:18:13 PST 1998 
State-Changed-Why:  
Entries removed entirely.  Nowhere near worth the hassle. 
>Unformatted:
