Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/whois Pull up revision 1.12 (via patch, request...



details:   https://anonhg.NetBSD.org/src/rev/2c1f9a3e6a95
branches:  netbsd-1-4
changeset: 469849:2c1f9a3e6a95
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 19:57:23 1999 +0000

description:
Pull up revision 1.12 (via patch, requested by fair):
  New default whois server: whois.networksolutions.com.

diffstat:

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

diffs (27 lines):

diff -r 368a109ddb50 -r 2c1f9a3e6a95 usr.bin/whois/whois.c
--- a/usr.bin/whois/whois.c     Sat Dec 04 19:53:12 1999 +0000
+++ b/usr.bin/whois/whois.c     Sat Dec 04 19:57:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: whois.c,v 1.8 1998/11/24 01:33:47 kim Exp $    */
+/*     $NetBSD: whois.c,v 1.8.2.1 1999/12/04 19:57:23 he Exp $ */
 
 /*
  * Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)whois.c    8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: whois.c,v 1.8 1998/11/24 01:33:47 kim Exp $");
+__RCSID("$NetBSD: whois.c,v 1.8.2.1 1999/12/04 19:57:23 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -57,7 +57,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#define        NICHOST "whois.internic.net"
+#define        NICHOST "whois.networksolutions.com"
 
 int main __P((int, char **));
 static void usage __P((void));



Home | Main Index | Thread Index | Old Index