>From Chris Christoph P. U. Kukulies kuku@acds.physik.rwth-aachen.de

Change references to we0 to be ed0 since the we driver is long gone.
This commit is contained in:
Rodney W. Grimes 1994-03-18 03:09:51 +00:00
parent b3e3ac9f89
commit 1a231d77d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1268
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!bin/sh
# $Id: cpio.magic,v 1.2 1994/02/23 16:47:04 rgrimes Exp $
# $Id: cpio.magic,v 1.3 1994/02/25 23:34:08 alm Exp $
#
set_tmp_dir()
{
@ -291,7 +291,7 @@ configure()
*)
intf=
while [ "$intf" = "" ]; do
echo -n "What is the primary interface name (i.e. we0, etc.)? "
echo -n "What is the primary interface name (i.e. ed0, etc.)? "
read intf
done
echo -n "What is the hostname for this interface? [$hname] "

View file

@ -1,4 +1,4 @@
# $Id: inst2.rc,v 1.1 1994/02/21 21:51:58 rgrimes Exp $
# $Id: inst2.rc,v 1.2 1994/02/25 23:34:12 alm Exp $
#
stty status '^T'
@ -379,7 +379,7 @@ configure()
*)
intf=
while [ "$intf" = "" ]; do
echo -n "What is the primary interface name (i.e. we0, etc.)? "
echo -n "What is the primary interface name (i.e. ed0, etc.)? "
read intf
done
echo -n "What is the hostname for this interface? [$hname] "