summaryrefslogtreecommitdiff
path: root/distrib/sparc
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/sparc
parent617401356ce2eb6dad2132d597e82c91dcf58878 (diff)
put (S)hell into the prompt too
Diffstat (limited to 'distrib/sparc')
-rw-r--r--distrib/sparc/miniroot/dot.profile7
-rw-r--r--distrib/sparc/ramdisk/dot.profile7
2 files changed, 10 insertions, 4 deletions
diff --git a/distrib/sparc/miniroot/dot.profile b/distrib/sparc/miniroot/dot.profile
index 18f136765fb..accd8077ce0 100644
--- a/distrib/sparc/miniroot/dot.profile
+++ b/distrib/sparc/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.9 1997/10/20 22:24:14 millert Exp $
+# $OpenBSD: dot.profile,v 1.10 1998/04/13 01:17:23 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, (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/sparc/ramdisk/dot.profile b/distrib/sparc/ramdisk/dot.profile
index d6dfe14a250..5417a7111d8 100644
--- a/distrib/sparc/ramdisk/dot.profile
+++ b/distrib/sparc/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:24:15 millert Exp $
+# $OpenBSD: dot.profile,v 1.6 1998/04/13 01:17:28 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=""
;;