fix symlinkpath 82/80482/1 accepted/tizen/common/20160719.172118 accepted/tizen/ivi/20160718.105222 accepted/tizen/mobile/20160718.105258 accepted/tizen/tv/20160718.104955 accepted/tizen/wearable/20160718.105253 submit/tizen/20160718.083527
authorMyoungJune Park <mj2004.park@samsung.com>
Mon, 18 Jul 2016 08:30:19 +0000 (17:30 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Mon, 18 Jul 2016 08:30:19 +0000 (17:30 +0900)
/etc/localtime -> /opt/etc/localetime

Change-Id: Id51ec15c17ea512dc225a7dbae53f6d02666432e

src/system_setting_platform.c

index c4faeec..5e3bdaa 100644 (file)
@@ -55,7 +55,7 @@
 
 #define SETTING_TIME_ZONEINFO_PATH             "/usr/share/zoneinfo/"
 #define SETTING_TIME_SHARE_LOCAL_PATH  "/usr/share/locale"
-#define SETTING_TZONE_SYMLINK_PATH             "/etc/localtime"
+#define SETTING_TZONE_SYMLINK_PATH             "/opt/etc/localtime"
 
 
 int _is_file_accessible(const char *path);