diff options
author | 2006-03-11 19:23:31 +0000 | |
---|---|---|
committer | 2006-03-11 19:23:31 +0000 | |
commit | ee1aa10b64c9d2ff9ae85533d46501758dac06fe (patch) | |
tree | c2ccab0103ebce9217256f11e4e2b5a97a9e8ccc | |
parent | - set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediately (diff) | |
download | wireguard-openbsd-ee1aa10b64c9d2ff9ae85533d46501758dac06fe.tar.xz wireguard-openbsd-ee1aa10b64c9d2ff9ae85533d46501758dac06fe.zip |
Change default answer for 'Do you expect to run the X Window System?'
to 'no'.
Requested by deraadt@
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 3967a979b7d..d8a90a9d865 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.401 2006/02/28 20:33:55 matthieu Exp $ +# $OpenBSD: install.sub,v 1.402 2006/03/11 19:23:31 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2005 Todd Miller, Theo de Raadt, Ken Westerback @@ -1564,7 +1564,7 @@ questions() { fi if [[ -n $MDXAPERTURE ]]; then - ask_yn "Do you expect to run the X Window System?" yes + ask_yn "Do you expect to run the X Window System?" if [[ $resp == y ]]; then sed -e "/^#\(machdep\.allowaperture=${MDXAPERTURE}\)/s//\1 /" \ /mnt/etc/sysctl.conf >/tmp/sysctl.conf |