From fb909552a11f82a3f0e578e14724259f89f02e45 Mon Sep 17 00:00:00 2001 From: pcarrier Date: Fri, 11 Feb 2011 15:53:14 +0000 Subject: [plugins] collect /etc/init (upstart) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1082 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- sos/plugins/general.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/plugins/general.py b/sos/plugins/general.py index a97eb391..fe006a77 100644 --- a/sos/plugins/general.py +++ b/sos/plugins/general.py @@ -27,6 +27,7 @@ class general(sos.plugintools.PluginBase): self.addCopySpecs([ "/etc/redhat-release", "/etc/fedora-release", + "/etc/init", "/etc/inittab", "/etc/sos.conf", "/etc/sysconfig", -- cgit