From owner-svn-src-head@freebsd.org Thu Jul 14 00:49:12 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA370B97423; Thu, 14 Jul 2016 00:49:12 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 959B21E1B; Thu, 14 Jul 2016 00:49:12 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from aurora.physics.berkeley.edu (aurora.physics.berkeley.edu [128.32.117.67]) (authenticated bits=0) by d.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id u6E0nAVX019633 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 13 Jul 2016 17:49:10 -0700 Subject: Re: svn commit: r302790 - head/usr.sbin/bsdinstall/scripts To: Allan Jude , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201607132349.u6DNnknJ012881@repo.freebsd.org> <929a22c0-e16a-7ddf-3303-025f25faed3a@freebsd.org> From: Nathan Whitehorn Message-ID: Date: Wed, 13 Jul 2016 17:49:09 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVaGKvK06/DtYtC+grZ92zjLaGroGuKBkNtWWF8fE0bpDq7PVwC1bvXiDlnoJX7/W5R6Cu6DEeYi0VHQ1HmauD4VY/htjMw6srA= X-Sonic-ID: C;Rl6xxlxJ5hGVBpNwxPCmMQ== M;lKrkxlxJ5hGVBpNwxPCmMQ== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 00:49:12 -0000 On 07/13/16 17:41, Allan Jude wrote: > On 2016-07-13 20:18, Nathan Whitehorn wrote: >> Can you please make this dialog default to "skip" for people with >> systems where the time is set correctly? I realize "OK" is usually a >> no-op, so the "just press enter" is maintained, but "skip" is even more >> of a no-op. >> -Nathan >> >> On 07/13/16 16:49, Allan Jude wrote: >>> Author: allanjude >>> Date: Wed Jul 13 23:49:45 2016 >>> New Revision: 302790 >>> URL: https://svnweb.freebsd.org/changeset/base/302790 >>> >>> Log: >>> bsdinstall: Prompt user to set the date and time after selecting >>> timezone >>> Not having the correct date and time makes many PKI based things >>> not work >>> In 10 and 11, it can mean that Unbound, ntpd, and sshd won't start >>> Submitted by: des (original patch) >>> MFC after: 7 days >>> >>> Modified: >>> head/usr.sbin/bsdinstall/scripts/time >>> > Changed to --defaultno for both in r302795. > > Thanks! -Nathan