Undo the hack attempt to get rid of hard coded timezone. Didn't work. 2.0 accepted/2.0/20130402.170018 submit/2.0/20130402.172947
authorGraydon, Tracy <tracy.graydon@intel.com>
Tue, 2 Apr 2013 17:29:32 +0000 (10:29 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Tue, 2 Apr 2013 17:29:32 +0000 (10:29 -0700)
packaging/org.tizen.setting.spec

index e9b67f0..911f586 100755 (executable)
@@ -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