On Friday 06 July 2007 14:20, Alberto Donato wrote: > Hi, > to have system-wide timezone configuration you need zoneinfo files > from libc. They are usually installed under /usr/share/zoneinfo. > > You can create a link in /etc/timezone to the correct file under this tree.
This is true only for glibc. For uclibc, you need to edit /etc/TZ (or set TZ env var). On my system /etc/TZ contains one line: "CET-1CEST-2" -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
