diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-03-11 19:23:32 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-03-11 19:23:32 +0000 |
commit | e636efd76e49a691912f28b0f3a2fcc4d39d3698 (patch) | |
tree | 54e3867fe8210280025d92ab871af547ebda26e7 /distrib | |
parent | b7373855bf9e32447b24a05e1358272e2a4fc0e4 (diff) |
Change default answer for 'Do you expect to run the X Window System?'
to 'no'.
Requested by deraadt@
Diffstat (limited to 'distrib')
-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 |