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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1986-02-01
|
291 b
|
10 lines
#! /bin/sh
: This shell file makes a new smtp host table, based upon
: the NIC host table.
nictable -C < /etc/nic-table > NEWsmtp
mv -f smtp smtp.bak; mv -f NEWsmtp smtp
: Here, we make a new Arpa Domain table.
nictable -D < /etc/nic-table > NEWarpa
mv -f arpa arpa.bak; mv -f NEWarpa arpa