From 86fc61db75385d6fb452b4cf88aec1deffa3a5be Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 23 Nov 2010 15:51:54 +0100 Subject: remove sqlite DB This change removes sqlite database. Database was used to find dump dirs by [UID:]UUID. This patch uses more natural way: dump dirs are addressed by their directory names. DB was also used to produce a list of dump dirs. Now it is done by iterating over the /var/spool/abrt directory. And finally, DB was also used to find duplicate UUIDs. Now it is done by iterating over the /var/spool/abrt directory. Crash count, "inform all" and reporting result message are moved from DB field to a file in dump dir. "Reported" DB field is deleted - if message != "", then this dump was reported. Signed-off-by: Denys Vlasenko --- src/plugins/abrt-plugins.7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/abrt-plugins.7') diff --git a/src/plugins/abrt-plugins.7 b/src/plugins/abrt-plugins.7 index 6c07e65a..28de8f02 100644 --- a/src/plugins/abrt-plugins.7 +++ b/src/plugins/abrt-plugins.7 @@ -31,12 +31,11 @@ stored in the \fI/etc/abrt/plugins\fP directory. .IR abrt (8), .IR abrt.conf (5), .IR abrt-Bugzilla (7), -.IR abrt-FileTransfer (7), +.IR abrt-Upload (7), .IR abrt-KerneloopsReporter (7), .IR abrt-KerneloopsScanner (7), .IR abrt-Logger (7), .IR abrt-Mailx (7), -.IR abrt-SQLite3 (7) .SH AUTHOR \fIabrt\fP written by Zdeněk Přikryl and Jiří Moskovčák . Manual page written by Daniel -- cgit