diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2011-09-09 09:00:00 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2011-09-09 09:00:00 +0100 |
commit | c0306151c9b907f29651a800f2a7e25371fc9bec (patch) | |
tree | e2c5567f7cad75d41d92aba2a87403e15c64f5a9 | |
parent | 1338de0627686538f3ae877061a9c93c7779e5a7 (diff) | |
download | sos-c0306151c9b907f29651a800f2a7e25371fc9bec.tar.gz |
Fix up2dateclient path in hardware pluginsos-2.2-15.el6
-rw-r--r-- | sos/plugins/hardware.py | 2 |
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") |