From 23d40b490b2e6735d70d413e6a147d78b1898c8b Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Sun, 22 Nov 2020 09:58:42 +0900 Subject: Fix the path to the host specific system configurations Fix the path to the host specific system configurations, '/usr/conf/' to follow the standard '/etc'. And all configurations of agl basesystem should stored under subdirectory, 'basesystem'. Signed-off-by: Tadao Tanikawa Change-Id: I2be55d483a4a359e69250fc36d1f03a55a01cd8e --- service/native/backup_manager/server/src/bkup_param.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/native/backup_manager/server') diff --git a/service/native/backup_manager/server/src/bkup_param.cpp b/service/native/backup_manager/server/src/bkup_param.cpp index 900779b..581524b 100755 --- a/service/native/backup_manager/server/src/bkup_param.cpp +++ b/service/native/backup_manager/server/src/bkup_param.cpp @@ -35,7 +35,7 @@ #include "bkup_util.h" #define BKUP_XML_PATH_MAX 100 -#define BKUP_XML_PATH "/usr/agl/conf/BS/ns/backup_manager/rodata/" +#define BKUP_XML_PATH "/etc/basesystem/BS/ns/backup_manager/rodata/" #define BKUP_XML_PREFIX "backup_" #define BKUP_XML_EXTENSION ".xml" -- cgit 1.2.3-korg