summaryrefslogtreecommitdiffstats
path: root/release/scripts/bininst.sh
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/scripts/bininst.sh
parentc810d7bf7df8d126303e995b860066813767e141 (diff)
downloadFreeBSD-src-c1308f08b1c0cc4ed1abe2d7e177f4b9461289cf.zip
FreeBSD-src-c1308f08b1c0cc4ed1abe2d7e177f4b9461289cf.tar.gz
Name juggling, make things a little clearer.
Diffstat (limited to 'release/scripts/bininst.sh')
-rwxr-xr-xrelease/scripts/bininst.sh10
1 files changed, 5 insertions, 5 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
OpenPOWER on IntegriCloud