diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-20 06:31:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-20 06:31:12 +0000 |
commit | 4119dcec83a55d13f2ba08a99ea252f6d53405c7 (patch) | |
tree | 131e2900efddef44b0e3d2bd297d6335f2eff460 /distrib | |
parent | 9cd10928115bc0c2c7e87ba083d8cf18d512f453 (diff) |
clarify X question
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/floppies/common/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/common/install.md b/distrib/i386/floppies/common/install.md index 64a8873dd8b..d3bc7b46dc2 100644 --- a/distrib/i386/floppies/common/install.md +++ b/distrib/i386/floppies/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.3 1999/09/03 18:55:27 deraadt Exp $ +# $OpenBSD: install.md,v 1.4 1999/09/20 06:31:11 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -76,8 +76,8 @@ md_get_partition_range() { md_questions() { echo - echo -n "Do you expect to run the X Window System on this machine? [y or n] " - getresp n + echo -n "Do you expect to run the X Window System, (y)es or (n)o? [n]" + getresp "n" case "$resp" in y*|Y*) xfree86=y |