Date: Tue, 27 Sep 2011 05:24:52 +0300 From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= <kes-kes@yandex.ru> To: freebsd-current@freebsd.org Subject: Re: Failure upgrading from 8-stable to current (9.0-Beta2) Message-ID: <33594792.20110927052452@yandex.ru>
next in thread | raw e-mail | index | archive | help
Hi For me patch do not working because tzsetup uses old tzsetup I use this: > --- share/zoneinfo/Makefile (revision 224989) > +++ share/zoneinfo/Makefile (working copy) > @@ -72,7 +72,8 @@ > optC="-C ${DESTDIR}"; \ > fi; \ > echo "Updating /etc/localtime"; \ > - tzsetup $${optC} -r; \ > + /usr/obj/usr/src/usr.sbin/tzsetup/tzsetup $${optC} -r; \ > fi; \ > else \ > echo "Run tzsetup(8) manually to update /etc/localtime."; \ > or run before world install /usr/obj/usr/src/usr.sbin/tzsetup/tzsetup I think it will be enough -- С уважением, Коньков mailto:kes-kes@yandex.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33594792.20110927052452>