home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / init.d / network < prev    next >
Encoding:
Text File  |  1999-07-09  |  59 b   |  5 lines

  1. #! /bin/sh
  2. ifconfig lo 127.0.0.1
  3. route add -net 127.0.0.0
  4.  
  5.