summaryrefslogtreecommitdiffstats
path: root/release/scripts
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
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')
-rwxr-xr-xrelease/scripts/adduser.sh2
-rwxr-xr-xrelease/scripts/bininst.sh10
-rw-r--r--release/scripts/instdist.sh4
-rw-r--r--release/scripts/netinst.sh7
-rw-r--r--release/scripts/setup.sh10
5 files changed, 15 insertions, 18 deletions
diff --git a/release/scripts/adduser.sh b/release/scripts/adduser.sh
index 3ccd700..3e7d92c 100755
--- a/release/scripts/adduser.sh
+++ b/release/scripts/adduser.sh
@@ -17,7 +17,7 @@ uname=guest
shell="/bin/csh"
needgentry="NO"
-. /stand/miscfuncs.sh
+. /stand/scripts/miscfuncs.sh
#########################
# Some Functions we need.
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
diff --git a/release/scripts/instdist.sh b/release/scripts/instdist.sh
index c9ae81b..cc86093 100644
--- a/release/scripts/instdist.sh
+++ b/release/scripts/instdist.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: instdist.sh,v 1.1 1995/01/14 07:41:47 jkh Exp $
+# $Id: instdist.sh,v 1.2 1995/01/27 07:37:53 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -19,7 +19,7 @@ else
fi
# Grab the miscellaneous functions.
-. /stand/miscfuncs.sh
+. /stand/scripts/miscfuncs.sh
# Set the initial state for media installation.
media_set_defaults()
diff --git a/release/scripts/netinst.sh b/release/scripts/netinst.sh
index 8060fdf..3ee04e4 100644
--- a/release/scripts/netinst.sh
+++ b/release/scripts/netinst.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: netinst.sh,v 1.17 1994/12/05 00:40:25 jkh Exp $
+# $Id: netinst.sh,v 1.1 1995/01/14 07:41:52 jkh Exp $
if [ "${_NETINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -19,7 +19,7 @@ else
fi
# Grab the miscellaneous functions.
-. /stand/miscfuncs.sh
+. /stand/scripts/miscfuncs.sh
network_set_defaults()
{
@@ -111,9 +111,6 @@ network_setup_serial()
if dialog --title "Dial" --yesno \
"Do you need to dial the phone or otherwise talk to the modem?" \
-1 -1; then
- mkdir -p /var/log
- touch -f /var/log/aculog > /dev/null 2>&1
- chmod 666 /var/log/aculog > /dev/null 2>&1
confirm \
"You may now dialog with your modem and set up the connection.
Be sure to disable DTR sensitivity (usually with AT&D0) or the
diff --git a/release/scripts/setup.sh b/release/scripts/setup.sh
index 305a5f9..e692809 100644
--- a/release/scripts/setup.sh
+++ b/release/scripts/setup.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: setup.sh,v 1.1 1995/01/14 13:34:37 jkh Exp $
if [ "${_SETUP_LOADED_}" = "yes" ]; then
error "Error, $0 loaded more than once!"
@@ -23,7 +23,7 @@ else
fi
# Grab the miscellaneous functions.
-. /stand/miscfuncs.sh
+. /stand/scripts/miscfuncs.sh
setup()
{
@@ -34,7 +34,7 @@ setup()
development workstation usage. Please select one of the
following options. When you are finished setting up your\n\
system, select \"done\". To invoke this configuration tool \n\
-again, type \`/stand/setup.sh\'." -1 -1 5 \
+again, type \`/stand/scripts/setup.sh\'." -1 -1 5 \
"help" "Help! What does all this mean?" \
"tzsetup" "Configure your system's time zone" \
"network" "Configure basic networking parameters" \
@@ -60,11 +60,11 @@ again, type \`/stand/setup.sh\'." -1 -1 5 \
;;
user)
- sh /stand/adduser.sh -i
+ sh /stand/scripts/adduser.sh -i
;;
guest)
- sh /stand/adduser.sh
+ sh /stand/scripts/adduser.sh
;;
done)
OpenPOWER on IntegriCloud