From 6ed4f71019234a986f45bebb4d1ce1113a80c728 Mon Sep 17 00:00:00 2001 From: kevinverma Date: Fri, 1 Apr 2011 11:30:41 +0000 Subject: cleaning some needless garbage from previous commit ;-) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1092 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- sos/plugins/hardware.py | 1 - 1 file changed, 1 deletion(-) 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") -- cgit