Add supoort for hostname.ed1

This commit is contained in:
Rodney W. Grimes 1994-05-04 08:59:52 +00:00
parent cbb33f0cf5
commit 2f3990f771
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1456

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: netstart,v 1.9 1994/04/18 06:44:43 rgrimes Exp $
# $Id: netstart,v 1.10 1994/04/18 11:00:44 rgrimes Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
routedflags=-q
@ -23,6 +23,9 @@ hostname $hostname
if [ -e /etc/hostname.ed0 ]; then
ifconfig ed0 `cat /etc/hostname.ed0`
fi
if [ -e /etc/hostname.ed1 ]; then
ifconfig ed1 `cat /etc/hostname.ed1`
fi
if [ -e /etc/hostname.ie0 ]; then
ifconfig ie0 `cat /etc/hostname.ie0`
fi