From 899c7d8acf4d1aae74d6e2bad55cfbb20e9596e9 Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Fri, 16 Oct 2015 11:39:00 +0200
Subject: [PATCH] sos: use 'services' instead of 'startup'
The plugin has been renamed to 'services'.
Resolves: #1272005
Signed-off-by: Jakub Filak <jfilak@redhat.com>
---
src/daemon/abrt_event.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index ec41653..76d544c 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -73,7 +73,7 @@ EVENT=post-create
--only=filesys --only=hardware --only=kernel --only=libraries \
--only=memory --only=networking --only=nfsserver --only=pam \
--only=process --only=rpm -k rpm.rpmva=off --only=ssh \
- --only=startup --only=yum --only=general --only=x11 \
+ --only=services --only=yum --only=general --only=x11 \
--only=cups --only=logs --only=grub2 --only=cron --only=pci \
--only=auditd --only=selinux --only=lvm2 --only=sar \
--only=processor \
--
1.8.3.1