From owner-svn-src-all@freebsd.org Fri Jul 20 17:38:27 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 242C6104D06B for ; Fri, 20 Jul 2018 17:38:27 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6E485F6D for ; Fri, 20 Jul 2018 17:38:26 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: b34f5463-8c43-11e8-904b-1d2e466b3c59 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id b34f5463-8c43-11e8-904b-1d2e466b3c59; Fri, 20 Jul 2018 17:38:24 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w6KHcNeC006286; Fri, 20 Jul 2018 11:38:23 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1532108303.1344.57.camel@freebsd.org> Subject: Re: svn commit: r336526 - head From: Ian Lepore To: Ravi Pokala , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Fri, 20 Jul 2018 11:38:23 -0600 In-Reply-To: References: <201807200044.w6K0i4QQ079894@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 17:38:27 -0000 On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: > Hi Ian, > > -----Original Message----- > From: on behalf of Ian Lepore > Date: 2018-07-19, Thursday at 17:44 > To: , , > Subject: svn commit: r336526 - head > > > > > Author: ian > > Date: Fri Jul 20 00:44:04 2018 > > New Revision: 336526 > > URL: https://svnweb.freebsd.org/changeset/base/336526 > > > > Log: > >   Add ntpd to the list of users/groups to check before installing. > > > > Modified: > >   head/Makefile.inc1 > When trying to installworld: > >     ERROR: Required ntpd user is missing, see /usr/src/UPDATING. > > But there is no UPDATING entry about this. (Also, shouldn't it be ${SRCTOP}/UPDATING?) > > Thanks, > > Ravi (rpokala@) I wondered about that too, when I accidentally stumbled across the CHECK_UIDS thing and realized I should add ntpd to it. I searched in UPDATING for some of the other things in the CHECK_UIDS list to see what had been said about such changes in the past, even searching through old-old svn history, and found nothing. I finally settled on the thought that the reference to UPDATING was to the stuff at the bottom that never changes. In particular to the section around line 1595 that documents the instalkernel, reboot, mergemaster, installworld sequence. The mergemaster part should take care of the new userid, I guess. -- Ian