From: MyoungJune Park Date: Mon, 18 Jul 2016 08:30:19 +0000 (+0900) Subject: fix symlinkpath X-Git-Tag: accepted/tizen/tv/20160718.104955 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Ftv%2F20160718.104955;p=platform%2Fcore%2Fapi%2Fsystem-settings.git fix symlinkpath /etc/localtime -> /opt/etc/localetime Change-Id: Id51ec15c17ea512dc225a7dbae53f6d02666432e --- diff --git a/src/system_setting_platform.c b/src/system_setting_platform.c index c4faeec..5e3bdaa 100644 --- a/src/system_setting_platform.c +++ b/src/system_setting_platform.c @@ -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);