/*
 * |-----------------------------------------------------------|
 * | Copyright (c) 1991, 1990 MIPS Computer Systems, Inc.      |
 * | All Rights Reserved                                       |
 * |-----------------------------------------------------------|
 * |          Restricted Rights Legend                         |
 * | Use, duplication, or disclosure by the Government is      |
 * | subject to restrictions as set forth in                   |
 * | subparagraph (c)(1)(ii) of the Rights in Technical        |
 * | Data and Computer Software Clause of DFARS 252.227-7013.  |
 * |         MIPS Computer Systems, Inc.                       |
 * |         950 DeGuigne Avenue                               |
 * |         Sunnyvale, California 94088-3650, USA             |
 * |-----------------------------------------------------------|
 */
/* $Header: Index,v 1.2.2.1 92/06/24 13:39:47 marker Exp $ */

:pwedit - used to create MB, UINFO and other RR out of your /etc/passwd
		ex - /etc/passwd < :pwedit 

atod.y  - used to convert you aliases file into MB records
		yacc atod.y
		cc -o atod y.tab.c
		atod < /usr/lib/aliases > aliases.db

named.boot - boot file for a secondary name server
named.boot.master - boot file for a master name server
named.hosts - The data base for your domain
named.local - Data for local host
named.rev   - PTR records for your domain, so that the .IN-ADDR.ARPA domain works
root.cache - data for the name servers initial cache
