Annotation of 43BSDTahoe/sys/vaxdist/netstart, revision 1.1

1.1     ! root        1: #!/bin/sh -
        !             2: 
        !             3: #      @(#)netstart    5.2 (Berkeley) 7/16/88
        !             4: routedflags=-q
        !             5: rwhod=NO
        !             6: 
        !             7: # myname is my symbolic name
        !             8: # my-netmask is specified in /etc/networks
        !             9: #
        !            10: hostname=myname.my.domain
        !            11: ifconfig imp0 inet $hostname
        !            12: ifconfig ace0 inet $hostname netmask my-netmask
        !            13: ifconfig lo0  inet localhost
        !            14: 
        !            15: route add $hostname localhost 0
        !            16: hostid $hostname

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.