summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-04-20 22:14:41 +0200
committerKarel Klic <kklic@redhat.com>2010-04-20 22:14:41 +0200
commit6c0ca2136289c5f1b351056501dce0ef69b6a07c (patch)
treed3f1a6effd38cd48743939398b509237459e78ea /src/Daemon
parent697d2df9e8a9ef01b4be6518940d8fed7e79baf3 (diff)
downloadabrt-6c0ca2136289c5f1b351056501dce0ef69b6a07c.tar.gz
abrt-6c0ca2136289c5f1b351056501dce0ef69b6a07c.tar.xz
abrt-6c0ca2136289c5f1b351056501dce0ef69b6a07c.zip
Document ProcessUnpackaged in abrt.conf.5. Document default values.
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/abrt.conf.511
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Daemon/abrt.conf.5 b/src/Daemon/abrt.conf.5
index 7114f5cb..a0d05a5f 100644
--- a/src/Daemon/abrt.conf.5
+++ b/src/Daemon/abrt.conf.5
@@ -18,7 +18,7 @@ section follows:
When set to "yes",
.I abrt
will report crashes only in GPG signed packages. When set to "no",
-it will report crashes also in unsigned packages.
+it will report crashes also in unsigned packages. The default is "no".
.TP
.B OpenGPGPublicKeys = \fIfilename\fP , \fIfilename\fP ...
These are the trusted GPG keys with which packages have to be
@@ -40,10 +40,19 @@ The maximum disk space (specified in megabytes) that
.I abrt
will use for all the crash dumps. Specify a value here to ensure
that the crash dumps will not fill all available storage space.
+The default is 1000.
.TP
.B ActionsAndReporters = \fIplugin\fP, \fIplugin(parameters)\fP
List of reporter and action plugins which will be
run at crash time.
+.TP
+.B ProcessUnpackaged = \fIyes\fP | \fIno\fP
+When set to "yes",
+.I abrt
+will catch all crashes in the system. When set to "no",
+it will catch crashes only in Fedora packages.
+The default is "no".
+
.SS [ AnalyzerActionsAndReporters ]
This section contains associations between analyzers and action
or reporter plugins.