diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2013-12-02 20:55:12 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2013-12-02 20:55:12 +0000 |
commit | 1f25f53232ad5a399510ffc03e6226d5b88eb824 (patch) | |
tree | 5fbeb50e1b685fce600aaa7272f1eb661c579dc3 /distrib/miniroot/dot.profile | |
parent | ee00925ff02aa91399a9360f40f2e88e2117e56a (diff) |
As the number of interactively triggered (A)utoinstall's should be quite
outnumbered by (I)nstall's and (U)pgrade's, reorder the alternatives.
"sure" deraadt@
Diffstat (limited to 'distrib/miniroot/dot.profile')
-rw-r--r-- | distrib/miniroot/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/dot.profile b/distrib/miniroot/dot.profile index 4ca2be01aaa..221a28aa111 100644 --- a/distrib/miniroot/dot.profile +++ b/distrib/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.20 2013/11/28 00:09:21 rpe Exp $ +# $OpenBSD: dot.profile,v 1.21 2013/12/02 20:55:11 halex Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 2009 Kenneth R. Westerback @@ -90,7 +90,7 @@ __EOT fi while :; do - echo -n '(A)utoinstall, (I)nstall, (U)pgrade or (S)hell? ' + echo -n '(I)nstall, (U)pgrade, (A)utoinstall or (S)hell? ' read REPLY # If the timeout has expired, begin the installation. |