From c7b5954a05cf40e39080402dc96299ab6c015ca2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 8 Mar 2005 13:13:55 +0000 Subject: ask about ntpd(8) in install script; ok krw henning this is pending an improvement from henning to ntpd to make it utterly silent during startup. --- distrib/miniroot/install.sub | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'distrib') diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 6b6d5f9aff6..3073ef93825 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.360 2005/03/07 00:05:59 deraadt Exp $ +# $OpenBSD: install.sub,v 1.361 2005/03/08 13:13:54 deraadt 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 @@ -1487,6 +1487,12 @@ questions() { > /mnt/etc/rc.conf.local fi + ask_yn "Start ntpd(8) by default?" no + if [[ $resp == y ]]; then + echo "ntpd_flags= # enabled during install" \ + > /mnt/etc/rc.conf.local + fi + if [[ -n $MDXAPERTURE ]]; then ask_yn "Do you expect to run the X Window System?" yes if [[ $resp == y ]]; then -- cgit v1.2.3