Change the env file name for tizen 3.0 emulator 79/59979/2 accepted/tizen/ivi/20160223.231824 accepted/tizen/mobile/20160223.231735 accepted/tizen/tv/20160223.231746 accepted/tizen/wearable/20160223.231803 submit/tizen/20160223.060827
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 22 Feb 2016 04:51:57 +0000 (13:51 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 22 Feb 2016 06:51:12 +0000 (15:51 +0900)
Change-Id: I6e9e1efefb0788600121b7e2b05600b920b2b9a7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
include/util.h
packaging/net-config.spec
src/utils/util.c

index 3c2f9ae..188aae8 100755 (executable)
@@ -32,7 +32,7 @@ extern "C" {
 #define NETCONFIG_DEL_FOUND_AP_NOTI            "del_found_ap_noti"
 #define NETCONFIG_ADD_PORTAL_NOTI              "add_portal_noti"
 #define NETCONFIG_DEL_PORTAL_NOTI              "del_portal_noti"
-#define NETCONFIG_TIZENMOBILEENV               "/run/tizen-mobile-env"
+#define NETCONFIG_TIZEN_SYSTEM_ENV             "/run/tizen-system-env"
 
 #define MAX_SIZE_ERROR_BUFFER 256
 
index 0ebe913..78c5e7d 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.52
+Version:       1.1.53
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
index 8dc93c2..df755ca 100755 (executable)
@@ -968,7 +968,7 @@ char* netconfig_get_env(const char *key)
        if (!key)
                return NULL;
 
-       fp = fopen(NETCONFIG_TIZENMOBILEENV, "r");
+       fp = fopen(NETCONFIG_TIZEN_SYSTEM_ENV, "r");
        if (!fp)
                return NULL;