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 1.13, approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/a5cad70ea96f
branches:  netbsd-1-5
changeset: 489471:a5cad70ea96f
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Sep 19 17:33:19 2000 +0000

description:
Pullup 1.13, approved by thorpej:
Until whois supports proper recursion and/or the rwhois protocol, use
whois.opensrs.net, which does internal recursion for domain data.
Network Solutions' server recurses on only _some_ registries, and has the
damned disclaimer and advertising on no-match results.

diffstat:

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

diffs (27 lines):

diff -r 7efb72080be3 -r a5cad70ea96f usr.bin/whois/whois.c
--- a/usr.bin/whois/whois.c     Tue Sep 19 03:09:45 2000 +0000
+++ b/usr.bin/whois/whois.c     Tue Sep 19 17:33:19 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: whois.c,v 1.12 1999/12/03 08:22:09 fair Exp $  */
+/*     $NetBSD: whois.c,v 1.12.4.1 2000/09/19 17:33:19 tv Exp $        */
 
 /*
  * RIPE version marten%ripe.net@localhost
@@ -61,7 +61,7 @@
 #if 0
 static char sccsid[] = "@(#)whois.c    8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: whois.c,v 1.12 1999/12/03 08:22:09 fair Exp $");
+__RCSID("$NetBSD: whois.c,v 1.12.4.1 2000/09/19 17:33:19 tv Exp $");
 #endif
 #endif /* not lint */
 #endif /* not RIPE */
@@ -155,7 +155,7 @@
 #include <sys/param.h>
 #define NICHOST "whois.ripe.net"
 #else
-#define NICHOST "whois.networksolutions.com"
+#define NICHOST "whois.opensrs.net"
 #endif
 
 int main __P((int, char **));



Home | Main Index | Thread Index | Old Index