summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-SQLite3.7
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-23 15:51:54 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-23 15:51:54 +0100
commit86fc61db75385d6fb452b4cf88aec1deffa3a5be (patch)
tree8b88bd46ef8fe05167f72b3d1f0bff034620b9a1 /src/plugins/abrt-SQLite3.7
parentd992b91c61b4da10e1f977038d85cd640f8d7ae5 (diff)
downloadabrt-86fc61db75385d6fb452b4cf88aec1deffa3a5be.tar.gz
abrt-86fc61db75385d6fb452b4cf88aec1deffa3a5be.tar.xz
abrt-86fc61db75385d6fb452b4cf88aec1deffa3a5be.zip
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 <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/abrt-SQLite3.7')
-rw-r--r--src/plugins/abrt-SQLite3.736
1 files changed, 0 insertions, 36 deletions
diff --git a/src/plugins/abrt-SQLite3.7 b/src/plugins/abrt-SQLite3.7
deleted file mode 100644
index c2b39d86..00000000
--- a/src/plugins/abrt-SQLite3.7
+++ /dev/null
@@ -1,36 +0,0 @@
-.TH abrt "7" "1 Jun 2009" ""
-.SH NAME
-SQLite3 database plugin for abrt(8)
-.SH DESCRIPTION
-.P
-.I abrt
-is a daemon that watches for application crashes. When a crash occurs,
-it collects the crash data and takes action according to
-its configuration. This manual page describes the \fISQLite3\fP database plugin
-for \fIabrt\fP.
-.P
-This is a database plugin: \fIabrt\fP needs a database in which to store
-its metadata. You can choose one by specifying "Database" in
-the \fIabrt.conf\fP configuration file. Currently SQLite3 is
-the only choice supported.
-.SH INVOCATION
-The plugin is invoked in the \fIabrt.conf\fP configuration file, like
-this:
-.br
-[common]
-.br
-Database = SQLite3
-.SH CONFIGURATION
-The \fISQLite3.conf\fP configuration file contains one entry:
-.SS DBPath
-The path to the database.
-.SH EXAMPLES
-see \fBINVOCATION\fP
-.SH "SEE ALSO"
-.IR abrt (8),
-.IR abrt.conf (5),
-.IR abrt-plugins (7)
-.SH AUTHOR
-Written by Zdenek Prikryl <zprikryl@redhat.com> and Jiri
-Moskovcak <jmoskovc@redhat.com>. Manual
-page by Daniel Novotny <dnovotny@redhat.com>.