aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevinverma <kevinverma@ef72aa8b-4018-0410-8976-d6e080ef94d8>2011-04-01 11:30:41 +0000
committerkevinverma <kevinverma@ef72aa8b-4018-0410-8976-d6e080ef94d8>2011-04-01 11:30:41 +0000
commit6ed4f71019234a986f45bebb4d1ce1113a80c728 (patch)
tree18b68fb1e0bde4f7ca139684cc4c7be92d420863
parent0bdf5858d8e817e2573e2f0236b7f81b4b5dc57a (diff)
downloadsos-6ed4f71019234a986f45bebb4d1ce1113a80c728.tar.gz
cleaning some needless garbage from previous commit ;-)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1092 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--sos/plugins/hardware.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/hardware.py b/sos/plugins/hardware.py
index f8e5d157..230100ca 100644
--- a/sos/plugins/hardware.py
+++ b/sos/plugins/hardware.py
@@ -46,7 +46,6 @@ class hardware(sos.plugintools.PluginBase):
self.collectExtOutput("/usr/sbin/x86info -a")
# self.collectExtOutput("/usr/sbin/lsusb")
-# self.collectExtOutput(""/bin/echo -e "NAME1:\n" ; /sbin/CMD1 ; /bin/echo -e "\nNAME2:\n" ; /sbin/CMD2"", suggest_filename = "lsusb")
self.collectExtOutput("""/bin/echo -e "lsusb:\n" ; /usr/sbin/lsusb ; /bin/echo -e "\nlsusb -v:\n" ; /usr/sbin/lsusb -v""", suggest_filename = "lsusb")
self.collectExtOutput("/usr/bin/lshal")
self.collectExtOutput("/usr/bin/systool -c fc_host -v")