diff options
author | 1999-09-20 06:31:11 +0000 | |
---|---|---|
committer | 1999-09-20 06:31:11 +0000 | |
commit | a12463189378d4320fed278e195abee338ae453f (patch) | |
tree | fac6b952a3f010aebe0d939f3cf0c5094f441303 | |
parent | touch /var/db/dhcp.leases -> touch /var/db/dhcpd.leases (diff) | |
download | wireguard-openbsd-a12463189378d4320fed278e195abee338ae453f.tar.xz wireguard-openbsd-a12463189378d4320fed278e195abee338ae453f.zip |
clarify X question
-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 |