mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
>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:
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
|
@ -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] "
|
||||
|
|
|
@ -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] "
|
||||
|
|
Loading…
Reference in a new issue