From 685b9693557895e37d0986f6d14c59f1e52e7b73 Mon Sep 17 00:00:00 2001 From: navid Date: Tue, 11 Dec 2007 17:15:31 +0000 Subject: this information can be extracted from rpm -qa, no need to run it twice. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@471 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/lib/sos/plugins/systemtap.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 - -- cgit