summaryrefslogtreecommitdiff
path: root/distrib/amiga
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-13 01:17:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-13 01:17:29 +0000
commit57c1bde16797b02a306e2e2e3f25dcf2e8ab38a2 (patch)
tree27ab66df18917911057e947b62b7a63e65b5d3d4 /distrib/amiga
parent617401356ce2eb6dad2132d597e82c91dcf58878 (diff)
put (S)hell into the prompt too
Diffstat (limited to 'distrib/amiga')
-rw-r--r--distrib/amiga/miniroot/dot.profile7
-rw-r--r--distrib/amiga/ramdisk/dot.profile7
2 files changed, 10 insertions, 4 deletions
diff --git a/distrib/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile
index 220e2270691..6a87c0283af 100644
--- a/distrib/amiga/miniroot/dot.profile
+++ b/distrib/amiga/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.3 1997/10/20 22:24:01 millert Exp $
+# $OpenBSD: dot.profile,v 1.4 1998/04/13 01:17:17 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -117,7 +117,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then
# Installing or upgrading?
_forceloop=""
while [ "X$_forceloop" = X"" ]; do
- echo -n '(I)nstall or (U)pgrade? '
+ echo -n '(I)nstall, (U)pgrade, or (S)hell? '
read _forceloop
case "$_forceloop" in
i*|I*)
@@ -128,6 +128,9 @@ if [ "X${DONEPROFILE}" = "X" ]; then
/upgrade
;;
+ s*|S*)
+ ;;
+
*)
_forceloop=""
;;
diff --git a/distrib/amiga/ramdisk/dot.profile b/distrib/amiga/ramdisk/dot.profile
index bd136661a04..546eaa2650b 100644
--- a/distrib/amiga/ramdisk/dot.profile
+++ b/distrib/amiga/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.2 1997/10/20 22:24:02 millert Exp $
+# $OpenBSD: dot.profile,v 1.3 1998/04/13 01:17:19 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -115,7 +115,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then
# Installing or upgrading?
_forceloop=""
while [ "X$_forceloop" = X"" ]; do
- echo -n '(I)nstall or (U)pgrade? '
+ echo -n '(I)nstall, (U)pgrade, or (S)hell? '
read _forceloop
case "$_forceloop" in
i*|I*)
@@ -126,6 +126,9 @@ if [ "X${DONEPROFILE}" = "X" ]; then
/upgrade
;;
+ s*|S*)
+ ;;
+
*)
_forceloop=""
;;