aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2011-09-09 09:00:00 +0100
committerBryn M. Reeves <bmr@redhat.com>2011-09-09 09:00:00 +0100
commitc0306151c9b907f29651a800f2a7e25371fc9bec (patch)
treee2c5567f7cad75d41d92aba2a87403e15c64f5a9
parent1338de0627686538f3ae877061a9c93c7779e5a7 (diff)
downloadsos-2.2-15.el6.tar.gz
Fix up2dateclient path in hardware pluginsos-2.2-15.el6
-rw-r--r--sos/plugins/hardware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/hardware.py b/sos/plugins/hardware.py
index 9aaf8266..66cdcd5a 100644
--- a/sos/plugins/hardware.py
+++ b/sos/plugins/hardware.py
@@ -36,7 +36,7 @@ class hardware(sos.plugintools.PluginBase):
self.addCopySpec("/proc/s390dbf/tape")
self.addCopySpec("/sys/bus/scsi")
self.addCopySpec("/sys/state")
- self.collectExtOutput("/usr/share/rhn/up2dateclient/hardware.py")
+ self.collectExtOutput("python /usr/share/rhn/up2date_client/hardware.py", suggest_filename="hardware.py")
self.collectExtOutput("""/bin/echo -e "lspci:\n" ; /sbin/lspci ; /bin/echo -e "\nlspci -nvv:\n" ; /sbin/lspci -nvv ; /bin/echo -e "\nlspci -tv:\n" ; /sbin/lspci -tv""", suggest_filename = "lspci", root_symlink = "lspci")
self.collectExtOutput("/usr/sbin/dmidecode", root_symlink = "dmidecode")