home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / NEXTSTEP / KnowHow / NFSmount.D.rtfd / makeclient next >
Text File  |  1996-10-22  |  190b  |  10 lines

  1. #!/bin/sh
  2. cd /etc
  3. cp hostconfig hostconfig.old
  4. cp -r netinfo netinfo.old
  5. rm hostconfig
  6. rm -r netinfo
  7. cp /usr/template/client/etc/hostconfig .
  8. cp -r /usr/template/client/etc/netinfo .
  9. reboot
  10.