Date: Mon, 15 May 2006 17:27:15 +0300 From: Giorgos Keramidas <keramida@FreeBSD.org> To: Poul-Henning Kamp <phk@FreeBSD.org>, Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c Message-ID: <20060515142715.GA1188@gothmog.pc> In-Reply-To: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-05-11 17:25, Poul-Henning Kamp <phk@freebsd.org> 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 <pjd@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060515142715.GA1188>