Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2006 09:22:46 -0700
From:      "Eugene M. Kim" <ab@astralblue.net>
To:        Giorgos Keramidas <keramida@freebsd.org>
Cc:        src-committers@freebsd.org, Pawel Jakub Dawidek <pjd@freebsd.org>, cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp <phk@freebsd.org>, Maxim Konovalov <maxim@macomnet.ru>
Subject:   Re: cvs commit: src/sbin/adjkerntz adjkerntz.c
Message-ID:  <4468AAD6.5040805@astralblue.net>
In-Reply-To: <20060515151852.GA10257@gothmog.pc>
References:  <200605131158.k4DBwwv6094656@repoman.freebsd.org>	<200605111725.k4BHPaqC002506@repoman.freebsd.org>	<20060515142715.GA1188@gothmog.pc>	<20060515185920.G78343@mp2.macomnet.net> <20060515151852.GA10257@gothmog.pc>

next in thread | previous in thread | raw e-mail | index | archive | help
Super, thanks!

Cheers,
Eugene

Giorgos Keramidas wrote:
> How about adding this to UPDATING then, everyone?
>
> %%%
> Index: UPDATING
> ===================================================================
> --- UPDATING    (revision 75)
> +++ UPDATING    (working copy)
> @@ -21,6 +21,21 @@
>         developers choose to disable these features on build machines
>         to maximize performance.
>  
> +20060511:
> +       The machdep.* sysctls and the adjkerntz utility have been
> +       modified bit bit.  The new adjkerntz utility uses the new
> +       sysctl names and sysctlbyname() calls, so it may be impossible
> +       to run an old /sbin/adjkerntz utility in single-user mode
> +       with a new kernel.  Replace the `adjkerntz -i' step before
> +       `make installworld' with:
> +
> +           /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i
> +
> +       and proceed as usual with the rest of the installworld-stage
> +       steps.  Otherwise, you risk installing binaries with their
> +       timestamp set several hours in the future, especially if
> +       you are running with local time set to GMT+X hours.
> +
>  20060412:
>         The ip6fw utility has been removed.  The behavior provided by
>         ip6fw has been in ipfw2 for a good while and the rc.d scripts
> %%%
>   



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4468AAD6.5040805>