summaryrefslogtreecommitdiff
path: root/distrib/amiga/miniroot
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/miniroot
parent617401356ce2eb6dad2132d597e82c91dcf58878 (diff)
put (S)hell into the prompt too
Diffstat (limited to 'distrib/amiga/miniroot')
-rw-r--r--distrib/amiga/miniroot/dot.profile7
1 files changed, 5 insertions, 2 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=""
;;