Blame SOURCES/0072-sos-use-services-instead-of-startup.patch

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