From b58f0d6b96f01b59212d458038d1c2ec61d847d7 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sat, 31 Oct 2009 23:06:28 +0100 Subject: disabled kerneloops in config file --- src/Daemon/abrt.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index a02cef4..3fa198c 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -30,4 +30,5 @@ Python = Bugzilla, Logger [ Cron ] # h:m - at h:m an action plugin is activated # s - every s seconds is an action plugin activated -120 = KerneloopsScanner +# Disable kerneloops since it's not part of default install +#120 = KerneloopsScanner -- cgit