From nobody@FreeBSD.org  Mon Feb  4 17:29:49 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 63F8937B426
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Feb 2002 17:29:49 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g151Tnr45472;
	Mon, 4 Feb 2002 17:29:49 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200202050129.g151Tnr45472@freefall.freebsd.org>
Date: Mon, 4 Feb 2002 17:29:49 -0800 (PST)
From: John Nielsen <nielsenj@cs.byu.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /etc/protocols says crdup 127 instead of crudp 127
X-Send-Pr-Version: www-1.0

>Number:         34624
>Category:       docs
>Synopsis:       /etc/protocols says crdup 127 instead of crudp 127
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 17:30:01 PST 2002
>Closed-Date:    Sun Feb 10 00:20:03 PST 2002
>Last-Modified:  Sun Feb 10 00:20:10 PST 2002
>Originator:     John Nielsen
>Release:        4.5-RELEASE
>Organization:
>Environment:
FreeBSD phoenix 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue Jan 29 02:16:18 MST 2002     john@phoenix:/usr/src/sys/compile/PHOENIX  i386
>Description:
      There is a typo on line 137 of /etc/protocols.  It says "crdup   127 CRUDP # Combat Radio User Datagram" whereas it should say "crudp   127 CRUDP # Combat Radio User Datagram" (see http://www.iana.org/assignments/protocol-numbers)
>How-To-Repeat:
      n/a
>Fix:
      Change the string "crdup" to "crudp" on line 137 of /etc/protocols.
>Release-Note:
>Audit-Trail:

From: Hiten Pandya <hiten@uk.FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, nielsenj@cs.byu.edu
Cc:  
Subject: Re: docs/34624: /etc/protocols says crdup 127 instead of crudp 127
Date: Tue, 05 Feb 2002 23:38:54 +0000

 thanks John, :)
 
 I have made a patch, which will be committed soon.  I checked
 this with IANA (http://www.iana.org/assignments/protocol-numbers),
 as well as the NetBSD CVS Repo, just in case.
 
 thanks,
   --Hiten Pandya
   --<hiten@uk.FreeBSD.org>
 
 --- protocols	Mon Oct 15 19:01:30 2001
 +++ protocols.new	Tue Feb  5 18:37:58 2002
 @@ -134,7 +134,7 @@
  isis	124	ISIS		# ISIS over IPv4
  fire	125	FIRE
  crtp	126	CRTP		# Combat Radio Transport Protocol
 -crdup	127	CRUDP		# Combat Radio User Datagram
 +crudp	127	CRUDP		# Combat Radio User Datagram
  sscopmce	128	SSCOPMCE
  iplt	129	IPLT
  sps	130	SPS		# Secure Packet Shield
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sun Feb 10 00:20:03 PST 2002 
State-Changed-Why:  
Fixed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34624 
>Unformatted:
