home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.bugs.2bsd
- Path: sparky!uunet!europa.asd.contel.com!awds.imsd.contel.com!wlbr!sms
- From: sms@WLV.IIPO.GTEGSC.COM (Steven M. Schultz)
- Subject: nslookup thinks sri-nic.arpa exists - oops! (#76)
- Message-ID: <1992Aug31.053201.12523@wlbr.iipo.gtegsc.com>
- Sender: news@wlbr.iipo.gtegsc.com (news)
- Nntp-Posting-Host: wlv.iipo.gtegsc.com
- Organization: GTE Government Systems
- Date: Mon, 31 Aug 92 05:32:01 GMT
- Lines: 34
-
- 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];
-
-
-