diff -r 95b6bcadd6c4 -r 7538f8dc4425 src/rpm.c --- a/src/rpm.c Tue Jul 01 09:22:25 2008 +0100 +++ b/src/rpm.c Tue Jan 13 17:04:51 2009 +0000 @@ -246,7 +246,7 @@ { } }; -static const char system_repo_filename[] = "system.repo"; +static const char system_repo_filename[] = "system.rzdb"; static const char *repo_filename = system_repo_filename; static void @@ -349,7 +349,7 @@ exit(1); } - files = "install/var/lib/razor/system-files.repo"; + files = "install/var/lib/razor/system-files.rzdb"; if (option_file) if (razor_set_open_files(set, files)) exit(1); @@ -480,11 +480,11 @@ set = razor_root_open_read_only(option_root); /* FIXME: We need to figure out how to do this right. */ - details = "install/var/lib/razor/system-details.repo"; + details = "install/var/lib/razor/system-details.rzdb"; if (option_info) if (razor_set_open_details(set, details)) return; - files = "install/var/lib/razor/system-files.repo"; + files = "install/var/lib/razor/system-files.rzdb"; if (option_list) if (razor_set_open_files(set, files)) return;