Modify conf name from cleanup-storage to storage-cleanup 16/276316/2
authorSangYoun Kwak <sy.kwak@samsung.com>
Tue, 14 Jun 2022 10:35:01 +0000 (19:35 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Tue, 14 Jun 2022 10:38:35 +0000 (19:38 +0900)
Change-Id: Ib42424fb0bb3b053c5fd5db2f61175e843c2b05b
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
conf/storage-cleanup-sample.conf [moved from conf/sample-cleanup-storage.conf with 100% similarity]
src/storage/cleanup_config.c

index 8a1d82b..115c680 100644 (file)
@@ -36,7 +36,7 @@ char *cleanup_target_str[] = {
        "oldfile"
 };
 
-#define DEF_CLEANUP_CONFIG_FILE     "/etc/storaged/cleanup-storage.conf"
+#define DEF_CLEANUP_CONFIG_FILE     "/etc/storaged/storage-cleanup.conf"
 #define RESULT(ret, val)       \
 { \
        if (ret)                                \