From 2b2f3018bd91e50c874cfab4df4a847941cb140c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 20 Apr 2011 13:53:42 +0200 Subject: 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 --- src/daemon/abrt.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/daemon') 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 -- cgit