1.1 --- a/librazor/root.c Sun Jun 29 17:32:19 2008 +0100
1.2 +++ b/librazor/root.c Wed Jul 02 14:39:44 2008 -0400
1.3 @@ -29,11 +29,11 @@
1.4 #include "razor.h"
1.5 #include "razor-internal.h"
1.6
1.7 -static const char system_repo_filename[] = "system.repo";
1.8 -static const char system_repo_details_filename[] = "system-details.repo";
1.9 -static const char system_repo_files_filename[] = "system-files.repo";
1.10 +static const char system_repo_filename[] = "system.rzdb";
1.11 +static const char system_repo_details_filename[] = "system-details.rzdb";
1.12 +static const char system_repo_files_filename[] = "system-files.rzdb";
1.13
1.14 -static const char next_repo_filename[] = "system-next.repo";
1.15 +static const char next_repo_filename[] = "system-next.rzdb";
1.16 static const char razor_root_path[] = "/var/lib/razor";
1.17
1.18 struct razor_root {