Subject: whois has obsolete NICHOST definition Index: ucb/whois.c 2.11BSD Description: The whois program was never updated (in a _long_ time) when the default server changed. Thanks for spotting this one Terry. Repeat-By: Either by running the whois program or by examination of the source. Fix: Apply the following patch, recompile, and install 'whois'. ------------------------------------------------------------------------- *** /usr/src/ucb/whois.c.old Tue Feb 17 01:11:07 1987 --- /usr/src/ucb/whois.c Thu Jan 30 17:55:56 1992 *************** *** 22,28 **** #include #include ! #define NICHOST "sri-nic.arpa" main(argc, argv) int argc; --- 22,28 ---- #include #include ! #define NICHOST "nic.ddn.mil" main(argc, argv) int argc;