Subject: nslookup thinks sri-nic.arpa exists - oops! (#76) Index: etc/named/tools/nslookup/main.c 2.11BSD Description: 'nslookup' still thought 'sri-nic.arpa' was the "root" nameserver. (no sense of tradition these days i guess). Repeat-By: Run 'nslookup'. Fix: Apply the trivial patch below. =================================cut here================================ *** /usr/src/etc/named/tools/nslookup/main.c.old Thu Sep 8 02:17:37 1988 --- /usr/src/etc/named/tools/nslookup/main.c Sun Aug 23 21:31:12 1992 *************** *** 67,73 **** * the "set root" command. */ ! #define ROOT_SERVER "sri-nic.arpa." char rootServerName[NAME_LEN]; --- 67,73 ---- * the "set root" command. */ ! #define ROOT_SERVER "ns.nic.ddn.mil." char rootServerName[NAME_LEN];