summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-03-18 03:09:51 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-03-18 03:09:51 +0000
commit1caf8350ad9f2991eb7f7dcbc0db17bad65f6c50 (patch)
treecd26c3a30c9ef6160d2002407da5e8df0e1bcd1b /etc
parent416517b5ace16b56dfb7f0d2851579be17be1893 (diff)
downloadFreeBSD-src-1caf8350ad9f2991eb7f7dcbc0db17bad65f6c50.zip
FreeBSD-src-1caf8350ad9f2991eb7f7dcbc0db17bad65f6c50.tar.gz
>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.
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.i386/cpio.magic4
-rw-r--r--etc/etc.i386/inst2.rc4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic
index d271cd8..31d2b260 100644
--- a/etc/etc.i386/cpio.magic
+++ b/etc/etc.i386/cpio.magic
@@ -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] "
diff --git a/etc/etc.i386/inst2.rc b/etc/etc.i386/inst2.rc
index 531c927..9874dae 100644
--- a/etc/etc.i386/inst2.rc
+++ b/etc/etc.i386/inst2.rc
@@ -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] "
OpenPOWER on IntegriCloud