head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	93.11.04.12.30.31;	author md;	state Exp;
branches;
next	1.1;

1.1
date	90.07.26.05.05.19;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add gated to list of possible daemons to start
@
text
@#!/bin/sh -
#
#	@@(#)netstart	5.8 (Berkeley) 7/25/90

routedflags="-q /dev/null"
gatedflags=NO
timedflags=NO
rwhod=YES

# myname is my symbolic name
# my-netmask is specified in /etc/networks
#
hostname=myname.my.domain
hostname $hostname

ifconfig imp0 inet $hostname
ifconfig ace0 inet $hostname netmask my-netmask
ifconfig ex0 inet $hostname netmask my-netmask

# for en enthernet interface, load microcode before ifconfig
# /etc/enpload /dev/enp0ram /etc/enpcode	> /dev/console 2>&1
ifconfig en0 inet $hostname netmask my-netmask

# set the address for the loopback interface
ifconfig lo0 inet localhost

# use loopback, not the wire
route add $hostname localhost
@


1.1
log
@Initial revision
@
text
@d5 4
a8 3
routedflags=-q
timedflags=YES
rwhod=NO
@
