summaryrefslogtreecommitdiffstats
path: root/release/scripts/bininst.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-28 01:18:44 +0000
committerjkh <jkh@FreeBSD.org>1995-01-28 01:18:44 +0000
commite8954f8b1afdabfefa78dc0bc72c6ebf9b2a77f3 (patch)
tree23555b9bdf8345ea63ec1c4c3712ea3d8414cf78 /release/scripts/bininst.sh
parent0b97346fe646d2ad342462ac8fe501ebce904e0f (diff)
downloadFreeBSD-src-e8954f8b1afdabfefa78dc0bc72c6ebf9b2a77f3.zip
FreeBSD-src-e8954f8b1afdabfefa78dc0bc72c6ebf9b2a77f3.tar.gz
Update everyone's paths to point properly into /stand/scripts.
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 9eb703b..f7ff3e0 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.1 1995/01/14 10:28:20 jkh Exp $
+# $Id: bininst.sh,v 1.2 1995/01/14 21:08:05 jkh Exp $
if [ "${_BININST_LOADED_}" = "yes" ]; then
error "Error, $0 loaded more than once!"
@@ -23,13 +23,13 @@ else
fi
# Grab the miscellaneous functions.
-. /stand/miscfuncs.sh
+. /stand/scripts/miscfuncs.sh
# Grab the installation routines
-. /stand/instdist.sh
+. /stand/scripts/instdist.sh
# Grab the network setup routines
-. /stand/netinst.sh
+. /stand/scripts/netinst.sh
# Deal with trigger-happy users.
trap interrupt 1 2 15
@@ -56,7 +56,7 @@ drive and press return to continue." -1 -1
do_last_config()
{
- sh /stand/setup.sh
+ sh /stand/scripts/setup.sh
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
OpenPOWER on IntegriCloud