aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/system.py
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2017-08-30 13:42:02 +0100
committerBryn M. Reeves <bmr@redhat.com>2017-11-01 14:17:59 +0000
commitdc6ccd637b02b99e3b971794152d89a7cd5050a9 (patch)
treed6dcd3a16d140637bef45d8bf225426076dbfae7 /sos/plugins/system.py
parent10194ebc40eb8e213bc5ea80c33a8514ebbff72a (diff)
downloadsos-dc6ccd637b02b99e3b971794152d89a7cd5050a9.tar.gz
[system] move initscripts package verification to system plugin
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'sos/plugins/system.py')
-rw-r--r--sos/plugins/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/system.py b/sos/plugins/system.py
index 2b984553..63bd5cfb 100644
--- a/sos/plugins/system.py
+++ b/sos/plugins/system.py
@@ -21,7 +21,7 @@ class System(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
plugin_name = "system"
profiles = ('system', 'kernel')
- verify_packages = ('glibc',)
+ verify_packages = ('glibc', 'initscripts')
def setup(self):
self.add_copy_spec("/proc/sys")