aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-03 00:42:27 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-03 00:42:27 +0000
commit0c808a575d89b2de619ef1d5ea438f2b6c16d5ed (patch)
tree14b0aacfbd702daf612be59675ce4ab8612d38fe /release/scripts
parent1787b78f708ba7f7e909764cb4394e085cd545a5 (diff)
downloadsrc-0c808a575d89b2de619ef1d5ea438f2b6c16d5ed.tar.gz
src-0c808a575d89b2de619ef1d5ea438f2b6c16d5ed.zip
Give the user a chance to specify all the network setup parameters again
Notes
Notes: svn path=/head/; revision=6144
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/setup.sh b/release/scripts/setup.sh
index 44f9cc284bdd..ba009a15ade0 100644
--- a/release/scripts/setup.sh
+++ b/release/scripts/setup.sh
@@ -8,7 +8,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: setup.sh,v 1.3 1995/02/02 08:31:38 jkh Exp $
+# $Id: setup.sh,v 1.4 1995/02/02 20:46:40 jkh Exp $
# Grab the miscellaneous functions.
. /stand/scripts/miscfuncs.sh
@@ -43,6 +43,7 @@ again, type \`/stand/scripts/setup.sh\'." -1 -1 5 \
;;
network)
+ INTERFACE=""
network_setup
;;