From owner-freebsd-bugs Sat Jan 30 10:10:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19327 for freebsd-bugs-outgoing; Sat, 30 Jan 1999 10:10:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19275 for ; Sat, 30 Jan 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA46756; Sat, 30 Jan 1999 10:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from holly.dyndns.org (hou3-12.flex.net [207.18.136.118]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18154 for ; Sat, 30 Jan 1999 10:00:43 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.2/8.9.1) id MAA20552; Sat, 30 Jan 1999 12:01:13 -0600 (CST) (envelope-from chris) Message-Id: <199901301801.MAA20552@holly.dyndns.org> Date: Sat, 30 Jan 1999 12:01:13 -0600 (CST) From: chris@holly.dyndns.org Reply-To: phoenix@calldei.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9802: whois(1) needs updating - nic.ddn.mil nonexistant Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9802 >Category: bin >Synopsis: whois(1) needs updating - nic.ddn.mil nonexistant >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 10:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: Stock whois(1) shipped with FreeBSD 3.0-STABLE >Description: whois(1) uses an out-of-date host. nic.ddn.mil no longer exitst -- it should be whois.nic.mil >How-To-Repeat: whois -d any.military.host.mil >Fix: Enjoy! Patch follows: --- whois.c.orig Sat Jan 30 11:54:24 1999 +++ whois.c Sat Jan 30 11:54:27 1999 @@ -57,7 +57,7 @@ #include #define NICHOST "whois.internic.net" -#define DNICHOST "nic.ddn.mil" +#define DNICHOST "whois.nic.mil" #define ANICHOST "whois.arin.net" #define RNICHOST "whois.ripe.net" #define PNICHOST "whois.apnic.net" --- whois.1.orig Sat Jan 30 11:54:46 1999 +++ whois.1 Sat Jan 30 11:57:42 1999 @@ -59,9 +59,9 @@ .Tn APNIC nor by .Tn RIPE . .It Fl d -Use the (US Military) Defense Data Network -.Pq Tn DDN -database. It contains points of contact for subdomains of +Use the (US Military) Department of Defense +.Pq Tn DoD +Network Information Center database. It contains points of contact for subdoma ins of .Tn \&.MIL . .It Fl h Ar host Use the specified host instead of the default NIC >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message