From 8ba14bae872f07092cb0c7b8b31d784516bcdfca Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Tue, 2 Apr 2013 10:29:32 -0700 Subject: [PATCH] Undo the hack attempt to get rid of hard coded timezone. Didn't work. --- packaging/org.tizen.setting.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packaging/org.tizen.setting.spec b/packaging/org.tizen.setting.spec index e9b67f0..911f586 100755 --- a/packaging/org.tizen.setting.spec +++ b/packaging/org.tizen.setting.spec @@ -261,6 +261,16 @@ GOPTION="-g 6514" vconftool $GOPTION set -t int db/setting/weekofday_format "0" vconftool $GOPTION set -t string db/setting/timezone "+9" + # to be removed + vconftool $GOPTION set -t string db/setting/cityname_id "IDS_WCL_BODY_CITYNAME_SEOUL" + + vconftool $GOPTION set -t string db/setting/timezone_id "Asia/Seoul" + + #if [ -f /opt/etc/localtime ] + #then + rm -f /opt/etc/localtime + ln -s /usr/share/zoneinfo/Asia/Seoul /opt/etc/localtime + #fi #resetAccessibility -- 2.7.4