summaryrefslogtreecommitdiff
path: root/etc/netstart
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
commit5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch)
treee779b5a6edddbb949b7990751b12d6f25304ba86 /etc/netstart
parenta16f65c7d117419bd266c28a1901ef129a337569 (diff)
Diffstat (limited to 'etc/netstart')
-rw-r--r--etc/netstart5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart
index a078218a76ba..a32e3f5e1443 100644
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: netstart,v 1.8.2.3 1994/05/04 08:57:11 rgrimes Exp $
+# $Id: netstart,v 1.12 1994/06/17 19:29:05 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
routedflags=-q
@@ -32,6 +32,9 @@ fi
if [ -e /etc/hostname.is0 ]; then
ifconfig is0 `cat /etc/hostname.is0`
fi
+if [ -e /etc/hostname.ze0 ]; then
+ ifconfig ze0 `cat /etc/hostname.ze0`
+fi
# set the address for the loopback interface
ifconfig lo0 inet localhost