diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/sos/plugins/systemtap.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/sos/plugins/systemtap.py b/src/lib/sos/plugins/systemtap.py index beab832c..0f5dda19 100644 --- a/src/lib/sos/plugins/systemtap.py +++ b/src/lib/sos/plugins/systemtap.py @@ -27,8 +27,5 @@ class systemtap(sos.plugintools.PluginBase): def setup(self): # requires systemtap, systemtap-runtime, kernel-devel, # kernel-debuginfo, kernel-debuginfo-common - # FIXME: do not use rpm -qa - self.collectExtOutput("/bin/rpm -qa | /bin/egrep -e kernel.*`uname -r` -e systemtap -e elfutils | sort") self.collectExtOutput("/usr/bin/stap -V 2") return - |