summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-24 00:18:31 +0000
committerjkh <jkh@FreeBSD.org>1995-03-24 00:18:31 +0000
commitc1308f08b1c0cc4ed1abe2d7e177f4b9461289cf (patch)
tree8298a23c1f04ec6b59a52b1eb9456c4ece18aeff /release
parentc810d7bf7df8d126303e995b860066813767e141 (diff)
downloadFreeBSD-src-c1308f08b1c0cc4ed1abe2d7e177f4b9461289cf.zip
FreeBSD-src-c1308f08b1c0cc4ed1abe2d7e177f4b9461289cf.tar.gz
Name juggling, make things a little clearer.
Diffstat (limited to 'release')
-rwxr-xr-xrelease/scripts/bininst.sh10
-rw-r--r--release/scripts/setup.sh4
2 files changed, 7 insertions, 7 deletions
diff --git a/release/scripts/bininst.sh b/release/scripts/bininst.sh
index 04c2f41..daf6b72 100755
--- a/release/scripts/bininst.sh
+++ b/release/scripts/bininst.sh
@@ -13,7 +13,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: bininst.sh,v 1.7 1995/02/02 08:31:35 jkh Exp $
+# $Id: bininst.sh,v 1.8 1995/02/02 23:39:44 jkh Exp $
# Grab the miscellaneous functions.
. /stand/scripts/miscfuncs.sh
@@ -44,9 +44,8 @@ welcome()
{
}
-do_last_config()
+goodbye()
{
- setup
dialog --title "Auf Wiedersehen!" --msgbox \
"Don't forget that the login name \"root\" has no password.
If you didn't create any users with adduser, you can at least log in
@@ -77,10 +76,11 @@ if media_select_distribution; then
media_install_set
done
fi
- do_last_config
+ final_configuration
+ goodbye
fi
-echo; echo "Spawning shell. Exit shell to continue with new bindist."
+echo; echo "Spawning shell. Exit shell to continue with new system."
echo "Progress <installation completed>" > /dev/ttyv1
/stand/sh
exit 20
diff --git a/release/scripts/setup.sh b/release/scripts/setup.sh
index ba009a1..81fe02a 100644
--- a/release/scripts/setup.sh
+++ b/release/scripts/setup.sh
@@ -8,12 +8,12 @@
# 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.4 1995/02/02 20:46:40 jkh Exp $
+# $Id: setup.sh,v 1.5 1995/02/03 00:42:27 jkh Exp $
# Grab the miscellaneous functions.
. /stand/scripts/miscfuncs.sh
-setup()
+final_configuration()
{
DONE="no"
while [ "${DONE}" = "no" ]; do
OpenPOWER on IntegriCloud