summaryrefslogtreecommitdiff
path: root/distrib/miniroot/dot.profile
diff options
context:
space:
mode:
authorAlexander Hall <halex@cvs.openbsd.org>2013-12-02 20:55:12 +0000
committerAlexander Hall <halex@cvs.openbsd.org>2013-12-02 20:55:12 +0000
commit1f25f53232ad5a399510ffc03e6226d5b88eb824 (patch)
tree5fbeb50e1b685fce600aaa7272f1eb661c579dc3 /distrib/miniroot/dot.profile
parentee00925ff02aa91399a9360f40f2e88e2117e56a (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.profile4
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.