home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OneVision 3.03
/
OneVision3.03.iso
/
NEXTSTEP
/
KnowHow
/
NFSmount.D.rtfd
/
makeclient
next >
Wrap
Text File
|
1996-10-22
|
190b
|
10 lines
#!/bin/sh
cd /etc
cp hostconfig hostconfig.old
cp -r netinfo netinfo.old
rm hostconfig
rm -r netinfo
cp /usr/template/client/etc/hostconfig .
cp -r /usr/template/client/etc/netinfo .
reboot