Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/whois Pullup rev 1.14, approved by tv:



details:   https://anonhg.NetBSD.org/src/rev/e4ed077ae15c
branches:  netbsd-1-5
changeset: 489601:e4ed077ae15c
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sat Sep 30 14:07:53 2000 +0000

description:
Pullup rev 1.14, approved by tv:
  Return to whois.internic.net.
  whois.networksolutions.com is just wrong -- it only returns information
  for Network Solutions domains.
  whois.opensrs.net is a bit better -- it returns information for OpenSRS
  domains, and otherwise recurses to the correct whois server for other
  domains -- unfortunately it is not canonical, and cannot be construed as
  "correct." Other recursing proxies include whois.geektools.com and pallas.
  eruditorum.org, neither of which is "official" either.

  For good or for ill, we go back to whois.internic.net, which is the canonical
  source for this information.

diffstat:

 usr.bin/whois/whois.c |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r a740ae27a37c -r e4ed077ae15c usr.bin/whois/whois.c
--- a/usr.bin/whois/whois.c     Sat Sep 30 06:21:40 2000 +0000
+++ b/usr.bin/whois/whois.c     Sat Sep 30 14:07:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: whois.c,v 1.12.4.1 2000/09/19 17:33:19 tv Exp $        */
+/*     $NetBSD: whois.c,v 1.12.4.2 2000/09/30 14:07:53 jhawk Exp $     */
 
 /*
  * RIPE version marten%ripe.net@localhost
@@ -61,7 +61,11 @@
 #if 0
 static char sccsid[] = "@(#)whois.c    8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: whois.c,v 1.12.4.1 2000/09/19 17:33:19 tv Exp $");
+<<<<<<< whois.c
+__RCSID("$NetBSD: whois.c,v 1.12.4.2 2000/09/30 14:07:53 jhawk Exp $");
+=======
+__RCSID("$NetBSD: whois.c,v 1.12.4.2 2000/09/30 14:07:53 jhawk Exp $");
+>>>>>>> 1.14
 #endif
 #endif /* not lint */
 #endif /* not RIPE */
@@ -155,7 +159,7 @@
 #include <sys/param.h>
 #define NICHOST "whois.ripe.net"
 #else
-#define NICHOST "whois.opensrs.net"
+#define NICHOST "whois.internic.net"
 #endif
 
 int main __P((int, char **));



Home | Main Index | Thread Index | Old Index