From owner-cvs-all@FreeBSD.ORG Mon May 15 14:41:52 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F90816A403; Mon, 15 May 2006 14:41:52 +0000 (UTC) (envelope-from ab@astralblue.net) Received: from purple.the-7.net (purple.the-7.net [207.158.28.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C6943D66; Mon, 15 May 2006 14:41:51 +0000 (GMT) (envelope-from ab@astralblue.net) Received: from [10.0.0.11] ([10.0.0.11]) by purple.the-7.net (8.13.6/8.13.6) with ESMTP id k4FEfpel079383; Mon, 15 May 2006 07:41:51 -0700 (PDT) (envelope-from ab@astralblue.net) Authentication-Results: purple.the-7.net from=ab@astralblue.net; sender-id=softfail; spf=softfail Message-ID: <4468933B.8010103@astralblue.net> Date: Mon, 15 May 2006 07:42:03 -0700 From: "Eugene M. Kim" User-Agent: Thunderbird 1.5 (X11/20060124) MIME-Version: 1.0 To: Giorgos Keramidas References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> In-Reply-To: <20060515142715.GA1188@gothmog.pc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , Poul-Henning Kamp , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:41:56 -0000 Giorgos Keramidas wrote: >> 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c >> 1.31 +4 -4 src/sbin/adjkerntz/adjkerntz.c >> > > These changes make it impossible to run a new `adjkerntz' with an > old kernel. Since adjkerntz is one of the first things that need > to be run before `make installworld' in single-user mode, do you > think we should add an UPDATING entry that after this change > people should install a new adjkerntz before booting into > single-user mode? > > Otherwise, running `make installworld' may install files with > timestamps that are several hours in the future, depending on the > local timezone settings. I ran into the same problem this morning (which was fixed by running /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i instead), and the same thought instantly came to me: ‘Hmm, this deserves an entry in UPDATING.’ ;) Cheers, Eugene