home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / src / shellfiles / makearpa.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1986-02-01  |  291 b   |  10 lines

  1. #! /bin/sh
  2. : This shell file makes a new smtp host table, based upon
  3. : the NIC host table.
  4. nictable -C < /etc/nic-table > NEWsmtp
  5. mv -f smtp smtp.bak; mv -f NEWsmtp smtp
  6.  
  7. : Here, we make a new Arpa Domain table.
  8. nictable -D < /etc/nic-table > NEWarpa
  9. mv -f arpa arpa.bak; mv -f NEWarpa arpa
  10.