From owner-cvs-src@FreeBSD.ORG Mon May 15 15:00:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5006A16A57E; Mon, 15 May 2006 15:00:49 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8B343D45; Mon, 15 May 2006 15:00:41 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.4/8.13.3) with ESMTP id k4FF0bgx078381; Mon, 15 May 2006 19:00:41 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 15 May 2006 19:00:37 +0400 (MSD) From: Maxim Konovalov To: Giorgos Keramidas In-Reply-To: <20060515142715.GA1188@gothmog.pc> Message-ID: <20060515185920.G78343@mp2.macomnet.net> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:00:55 -0000 On Mon, 15 May 2006, 17:27+0300, Giorgos Keramidas wrote: > On 2006-05-11 17:25, Poul-Henning Kamp wrote: > > phk 2006-05-11 17:25:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/adjkerntz adjkerntz.c > > Log: > > Use sysctlbyname > > > > Revision Changes Path > > 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c > > On 2006-05-13 11:58, Pawel Jakub Dawidek wrote: > > pjd 2006-05-13 11:58:58 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/adjkerntz adjkerntz.c > > Log: > > Correct various mistakes in the last commit. > > > > Revision Changes Path > > 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. Huh. Saw this today 4am when reboot with new kernel and thought that was hallucination. -- Maxim Konovalov