summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-04-20 13:53:42 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-04-20 13:53:42 +0200
commit2b2f3018bd91e50c874cfab4df4a847941cb140c (patch)
treea0b66357d6b31cb3d9d0a6fdb627186480484574 /src/daemon
parente12304e223b652a8631478c003525d235d98d208 (diff)
downloadabrt-2b2f3018bd91e50c874cfab4df4a847941cb140c.tar.gz
abrt-2b2f3018bd91e50c874cfab4df4a847941cb140c.tar.xz
abrt-2b2f3018bd91e50c874cfab4df4a847941cb140c.zip
run abrt oops log scanner as a separate service
In preparation for https://fedorahosted.org/abrt/ticket/189 "abrtd should reload configuration when some of it's config files changes" I would like to stop running abrt-dump-oops as a child of abrtd. We experimented with it: we made abrt-ccpp hook (de)installation a separate service, and in my opinion it ended up a better solution than making it a part of daemon. Among other things, it made abrt and abrt-addon-ccpp packages independent. This change does the same for abrt-dump-oops. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/abrt.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
index 3611b29b..3b87b0ff 100644
--- a/src/daemon/abrt.conf
+++ b/src/daemon/abrt.conf
@@ -30,7 +30,7 @@ BlackListedPaths = /usr/share/doc/*,*/example*
MaxCrashReportsSize = 1000
-# So far we support only one line here
-#
-[ LogScanners ]
-abrt-dump-oops = abrt-dump-oops -d /var/spool/abrt -rwx /var/log/messages
+### # So far we support only one line here
+### #
+### [ LogScanners ]
+### abrt-dump-oops = abrt-dump-oops -d /var/spool/abrt -rwx /var/log/messages