Subject: New default 'whois' server (#129)
Index:	ucb/whois.c 2.11BSD

Description:
	Starting on April 1 1993 the NIC whois server changed from
	nic.ddn.mil to whois.internic.net.

Repeat-By:
	Refer to RFC1400

Fix:
	Apply the small patch below to 'whois.c', recompile and install.
=============================cut here=================================
*** /usr/src/ucb/whois.c.old	Fri Jan 31 10:54:27 1992
--- /usr/src/ucb/whois.c	Thu Apr  1 13:48:24 1993
***************
*** 22,28 ****
  #include <stdio.h>
  #include <netdb.h>
  
! #define	NICHOST	"nic.ddn.mil"
  
  main(argc, argv)
  	int argc;
--- 22,28 ----
  #include <stdio.h>
  #include <netdb.h>
  
! #define	NICHOST	"whois.internic.net"
  
  main(argc, argv)
  	int argc;
