diff options
| author | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-08-10 10:21:25 +0200 |
|---|---|---|
| committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-08-10 10:21:56 +0200 |
| commit | 83a6ce9ad4b1828e163dc7172ef603201b748473 (patch) | |
| tree | 9d0580eba6c01cb5964655df42bafab9de91329b /src/Daemon/abrt.conf | |
| parent | e84ab7783d05eb7b5f1b55ab44e7c23c85e50516 (diff) | |
| download | abrt-83a6ce9ad4b1828e163dc7172ef603201b748473.tar.gz abrt-83a6ce9ad4b1828e163dc7172ef603201b748473.tar.xz abrt-83a6ce9ad4b1828e163dc7172ef603201b748473.zip | |
lower case direcotry(no code changed)
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'src/Daemon/abrt.conf')
| -rw-r--r-- | src/Daemon/abrt.conf | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf deleted file mode 100644 index 534aef8f..00000000 --- a/src/Daemon/abrt.conf +++ /dev/null @@ -1,61 +0,0 @@ -[ Common ] -# With this option set to "yes", -# only crashes in signed packages will be analyzed. -# the list of public keys used to check the signature is -# in the file gpg_keys -# -OpenGPGCheck = yes - -# Blacklisted packages -# -BlackList = nspluginwrapper, valgrind, strace - -# Process crashes in executables which do not belong to any package? -# -ProcessUnpackaged = no - -# Blacklisted executable paths (shell patterns) -# -BlackListedPaths = /usr/share/doc/*, */example* - -# Which database plugin to use -# -Database = SQLite3 - -# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear -# in this directory (for example, uploaded via ftp, scp etc). -# Note: you must ensure that whatever directory you specify here exists -# and is writable for abrtd. abrtd will not create it automatically. -# -#WatchCrashdumpArchiveDir = /var/spool/abrt-upload - -# Max size for crash storage [MiB] or 0 for unlimited -# -MaxCrashReportsSize = 1000 - -# Vector of actions and reporters which are activated immediately -# after a crash occurs, comma separated. -# -#ActionsAndReporters = Mailx("[abrt] new crash was detected") -#ActionsAndReporters = FileTransfer("store") -ActionsAndReporters = RunApp("test x\"`cat component`\" = x\"xorg-x11-server-Xorg\" && cp /var/log/Xorg.0.log .") - - -# What actions or reporters to run on each crash type -# -[ AnalyzerActionsAndReporters ] -Kerneloops = KerneloopsReporter -CCpp = Bugzilla, Logger -Python = Bugzilla, Logger -#CCpp:xorg-x11-apps = RunApp("date", "date.txt") - - -# Which Action plugins to run repeatedly -# -[ Cron ] -# h:m - at h:m -# s - every s seconds - -120 = KerneloopsScanner - -#02:00 = FileTransfer |
