aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-08-05 14:20:15 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-08-05 14:20:15 +0100
commitdb094fe96073fbfa1e719c1d6cc99bbc3bf536ba (patch)
treeb132a22d2145928ff948c2215994b92ed80306d2
parent29f388bf5bf0153b7d5e00ae0e0d6b48c27176e2 (diff)
downloadsos-db094fe96073fbfa1e719c1d6cc99bbc3bf536ba.tar.gz
[general] remove duplicate /etc/init collection
Already handled by the upstart plugin. Related: #69. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/general.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py
index 36f81336..9b6e5f85 100644
--- a/sos/plugins/general.py
+++ b/sos/plugins/general.py
@@ -22,7 +22,6 @@ class General(Plugin):
def setup(self):
self.add_copy_specs([
- "/etc/init", # upstart
"/etc/event.d",
"/etc/inittab",
"/etc/sos.conf",