diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-14 13:31:10 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-14 13:31:10 +0100 |
| commit | 675ef3624349fbfbe165913270f24a947e0cb8d0 (patch) | |
| tree | 593e7bbc79d7006167aed7a40e1f6786e6d8cf66 /src/Daemon | |
| parent | 6e0b5cb56414933af20b910a18311a49eca55964 (diff) | |
| download | abrt-675ef3624349fbfbe165913270f24a947e0cb8d0.tar.gz abrt-675ef3624349fbfbe165913270f24a947e0cb8d0.tar.xz abrt-675ef3624349fbfbe165913270f24a947e0cb8d0.zip | |
removed KerneloopReporter because we don't use it in rhel6
Diffstat (limited to 'src/Daemon')
| -rw-r--r-- | src/Daemon/abrt.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index acf8566..f781184 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -5,8 +5,9 @@ # This has a remote possibility of breaking binaries and libraries, # and also SELinux gets unhappy about prelink trying to modify them. OpenGPGCheck = no +# gpgcheck is disabled, so we don't need to load any keys # GPG keys -OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora +#OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora # Blacklisted packages BlackList = nspluginwrapper # Which database plugin to use @@ -15,13 +16,12 @@ Database = SQLite3 MaxCrashReportsSize = 1000 # Vector of actions and reporters which are activated immediately after a crash occurs #ActionsAndReporters = Mailx("[abrt] new crash was detected") -ActionsAndReporters = RunApp("test x\"`cat component`\" = x\"xorg-x11-server-Xorg\" && cp /var/log/Xorg.0.log .") # What actions or reporters to run on specified crash type [ AnalyzerActionsAndReporters ] -Kerneloops = KerneloopsReporter -CCpp = Bugzilla, Logger -Python = Bugzilla, Logger +Kerneloops = TicketUploader +CCpp = TicketUploader +Python = TicketUploader #CCpp:xorg-x11-apps = RunApp("date", "date.txt") # Which Action plugins to run repeatedly |
