[Bug 3315] gpe-conf xxx does not work (akita)
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Thu Jul 24 17:07:45 CEST 2008
http://bugs.openembedded.net/show_bug.cgi?id=3315
--- Comment #2 from Bob Igo <bob at igo.name> 2008-07-24 17:07:45 ---
I don't have a formal patch yet, but try editing the time section of
/etc/profile to look like this:
# Time Zone. Look at http://theory.uwinnipeg.ca/gnu/glibc/libc_303.html
# for an explanation of how to set this to your local timezone.
if [ ! -e /etc/timezone ]; then
TZ="UTC"
else
TZ=`cat /etc/timezone`
fi
export TZ
Then, reboot, and the system-wide time should be correct. If it works for you,
I'll turn it into a patch and submit it.
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list