summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2009-05-09 22:41:02 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2009-05-09 22:41:02 +0000
commitbe028864ad045305952f01da8365e08acfecedf8 (patch)
tree85b723b630c67f54520d8c2f4156847d4542efd0 /distrib
parentbf8f68850887085e4e2ec356fffaf71cc6d5cd13 (diff)
- ask_yn defaults to no
- remove trailing whitespace ok krw@, sthen@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 7521b2b5db9..30d1cbb75fc 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.543 2009/05/09 21:34:23 deraadt Exp $
+# $OpenBSD: install.sub,v 1.544 2009/05/09 22:41:01 martynas Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -1380,7 +1380,7 @@ set_timezone() {
*) _zonepath=$_zonepath/$resp ;;
esac
done
-
+
if isin $_zonepath $(cat $_zonefile); then
TZ=${_zonepath#$_zoneroot}
return
@@ -1676,7 +1676,7 @@ questions() {
ask_yn "Start sshd(8) by default?" yes
sshd=$resp
- ask_yn "Start ntpd(8) by default?" no
+ ask_yn "Start ntpd(8) by default?"
ntpd=$resp
if [[ $resp == y ]]; then
ask "NTP server? (hostname or 'default')" default