Date: Fri, 8 Aug 2008 03:05:33 +0400 From: Andrey Chernov <ache@nagual.pp.ru> To: Kris Kennaway <kris@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/strfile strfile.c Message-ID: <20080807230532.GA42775@nagual.pp.ru> In-Reply-To: <489B797F.7020101@FreeBSD.org> References: <200808072136.m77LaO92026239@repoman.freebsd.org> <489B797F.7020101@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 08, 2008 at 12:38:55AM +0200, Kris Kennaway wrote: > Is that the right solution? If someone is bootstrapping from an old > kernel (e.g. 7.0) then installworld will install a strfile without your > change. No, this is bootstrap tool, so it is rebuilded twice, once without change and installed immediately in the temp location 'legacy' and next time with (installed on 'installworld' stage). > If someone is bootstrapping from a new kernel (but before they > built the new world) then it will fail to link still. How new kernel may affect userland here? arc4random_uniform() is not sysctl, just function. In case I mess something, please point me to. -- http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080807230532.GA42775>