From 6c0ca2136289c5f1b351056501dce0ef69b6a07c Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Tue, 20 Apr 2010 22:14:41 +0200 Subject: Document ProcessUnpackaged in abrt.conf.5. Document default values. --- src/Daemon/abrt.conf.5 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/Daemon') 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. -- cgit