Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 1999 19:48:20 -0500 (EST)
From:      avb@korax.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/10824: typo and incorrect description for rwhois in /etc/services
Message-ID:  <199903280048.TAA02382@home.korax.net>

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

>Number:         10824
>Category:       misc
>Synopsis:       typo and incorrect description for rwhois 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:   Sat Mar 27 16:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
Korax Online Inc., Toronto, Ontario, Canada
>Environment:

	all FreeBSD versions

>Description:

	Fix typo and description for the rwhois service in /etc/services

>How-To-Repeat:

	cat /etc/services | grep rwhois

>Fix:
	
	apply this patch to /etc/services revision 1.55:

--- services.orig	Sat Mar 27 19:12:45 1999
+++ services	Sat Mar 27 19:13:23 1999
@@ -7,7 +7,7 @@
 # Updated from RFC 1700, ``Assigned Numbers'' (October 1994).  All ports
 # are included.
 #
-# The lastest IANA port assignments can be gotten from
+# The latest IANA port assignments can be gotten from
 #	http://www.isi.edu/in-notes/iana/assignments/port-numbers 
 # The Well Known Ports are those from 0 through 1023.
 # The Registered Ports are those from 1024 through 49151
@@ -1905,8 +1905,8 @@
 nuts_dem	4132/udp   #NUTS Daemon
 nuts_bootp	4133/tcp   #NUTS Bootp Server
 nuts_bootp	4133/udp   #NUTS Bootp Server
-rwhois		4321/tcp   #Remote Who Is
-rwhois		4321/udp   #Remote Who Is
+rwhois		4321/tcp   #Referral Whois
+rwhois		4321/udp   #Referral Whois
 unicall		4343/tcp
 unicall		4343/udp
 krb524		4444/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?199903280048.TAA02382>