From: Graydon, Tracy Date: Tue, 2 Apr 2013 17:29:32 +0000 (-0700) Subject: Undo the hack attempt to get rid of hard coded timezone. Didn't work. X-Git-Tag: accepted/2.0/20130402.170018^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=profile%2Fivi%2Fsettings.git Undo the hack attempt to get rid of hard coded timezone. Didn't work. --- 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