summaryrefslogtreecommitdiff
path: root/librazor
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-07-02 18:46:47 +0100
committerRichard Hughes <richard@hughsie.com>2008-07-02 18:46:47 +0100
commitd1b453584fb827a41760a8808792e702ee7be851 (patch)
tree0938048a1b9882dece65abf78a4e66304e8b1dbb /librazor
parentda939e15c26fa327cd387b5ad142f5142484f430 (diff)
rename the .repo files to .rzdb files
Diffstat (limited to 'librazor')
-rw-r--r--librazor/root.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/librazor/root.c b/librazor/root.c
index d574539..6457dcf 100644
--- a/librazor/root.c
+++ b/librazor/root.c
@@ -29,11 +29,11 @@
#include "razor.h"
#include "razor-internal.h"
-static const char system_repo_filename[] = "system.repo";
-static const char system_repo_details_filename[] = "system-details.repo";
-static const char system_repo_files_filename[] = "system-files.repo";
+static const char system_repo_filename[] = "system.rzdb";
+static const char system_repo_details_filename[] = "system-details.rzdb";
+static const char system_repo_files_filename[] = "system-files.rzdb";
-static const char next_repo_filename[] = "system-next.repo";
+static const char next_repo_filename[] = "system-next.rzdb";
static const char razor_root_path[] = "/var/lib/razor";
struct razor_root {