fixed setjmp/longjmp to save/restore the floating point masks (control word)
[unix-history] / etc / netstart
CommitLineData
25767e9e
RG
1#!/bin/sh -
2#
3# @(#)netstart 5.9 (Berkeley) 3/30/91
4
5routedflags=-q
67c1c3f5 6timedflags=NO
25767e9e 7rwhod=NO
67c1c3f5
RG
8#kerberos_server=YES
9#nfs_server=YES
10#name_server=YES
11#gated=YES
25767e9e 12
67c1c3f5
RG
13# my-name is my symbolic name
14# my-netmask is specified in /etc/networks
25767e9e 15#
c70d8950 16hostname=`cat /etc/myname`
25767e9e 17hostname $hostname
c70d8950 18
67c1c3f5
RG
19# ifconfig we0 inet $hostname netmask 447-ether
20# ifconfig ne0 inet $hostname netmask my-netmask
21# ifconfig ec0 inet $hostname netmask my-netmask
22# ifconfig is0 inet $hostname netmask my-netmask
d3645397 23# ifconfig ed0 inet $hostname netmask my-netmask
25767e9e
RG
24
25# set the address for the loopback interface
c70d8950 26ifconfig lo0 inet localhost
25767e9e
RG
27
28# use loopback, not the wire
67c1c3f5 29# route add $hostname localhost