Blame SOURCES/sos-bz1183297-pcp-collect-config.patch

c81b6a
From 9cf393ac27728287927d2c1400e046a8c16679e7 Mon Sep 17 00:00:00 2001
c81b6a
From: "Bryn M. Reeves" <bmr@redhat.com>
c81b6a
Date: Wed, 11 Feb 2015 21:17:11 +0000
c81b6a
Subject: [PATCH] [pcp] collect /etc/pcp.conf
c81b6a
c81b6a
The file /etc/pcp.conf is added to list of lists that will be collected.
c81b6a
c81b6a
Signed-off-by: Shane Bradley <sbradley@redhat.com>
c81b6a
c81b6a
Fixes #465.
c81b6a
c81b6a
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
c81b6a
---
c81b6a
 sos/plugins/pcp.py | 1 +
c81b6a
 1 file changed, 1 insertion(+)
c81b6a
c81b6a
diff --git a/sos/plugins/pcp.py b/sos/plugins/pcp.py
c81b6a
index a696908..69872a3 100644
c81b6a
--- a/sos/plugins/pcp.py
c81b6a
+++ b/sos/plugins/pcp.py
c81b6a
@@ -89,6 +89,7 @@ class Pcp(Plugin, RedHatPlugin, DebianPlugin):
c81b6a
         var_conf_dir = os.path.join(self.pcp_var_dir, 'config')
c81b6a
         self.add_copy_spec([
c81b6a
             self.pcp_sysconf_dir,
c81b6a
+            self.pcp_conffile,
c81b6a
             var_conf_dir
c81b6a
         ])
c81b6a
 
c81b6a
-- 
c81b6a
1.8.3.1
c81b6a