2011/9/26 Коньков Евгений <kes-...@yandex.ru>: > 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
Or the patch attached to http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/160596 -- still open after 3 weeks... Thanks, -Garrett _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"