From e636efd76e49a691912f28b0f3a2fcc4d39d3698 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sat, 11 Mar 2006 19:23:32 +0000 Subject: Change default answer for 'Do you expect to run the X Window System?' to 'no'. Requested by deraadt@ --- distrib/miniroot/install.sub | 4 ++-- 1 file 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 -- cgit v1.2.3