From owner-cvs-src@FreeBSD.ORG Mon May 15 14:25:37 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 BC2AB16A6C9; Mon, 15 May 2006 14:25:37 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863FA43D83; Mon, 15 May 2006 14:25:23 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4FEP3Gu004628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 May 2006 17:25:09 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4FERFe2001225; Mon, 15 May 2006 17:27:15 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4FERFYE001224; Mon, 15 May 2006 17:27:15 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Mon, 15 May 2006 17:27:15 +0300 From: Giorgos Keramidas To: Poul-Henning Kamp , Pawel Jakub Dawidek Message-ID: <20060515142715.GA1188@gothmog.pc> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.999, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.40, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, 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 14:25:42 -0000 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. - Giorgos