Bug 115320 - hwinfo should print the lsprop -R output
Summary: hwinfo should print the lsprop -R output
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 4
Hardware: PowerPC Linux
: P5 - None : Normal
Target Milestone: ---
Assignee: Steffen Winterfeldt
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-05 15:28 UTC by Olaf Hering
Modified: 2008-07-16 15:46 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olaf Hering 2005-09-05 15:28:57 UTC
hwinfo already prints the lshal (or whatever) output.

It should also print the lsprop -R /proc/device-tree output.

if test -x /sbin/lsprop -a -d /proc/device-tree ; then
  lsprop -R /proc/device-tree
fi
Comment 1 Steffen Winterfeldt 2005-09-05 15:35:29 UTC
Why? It logs the device tree anyway and for more extensive system data 
there is 'getsysinfo' already. 
Comment 2 Olaf Hering 2005-09-05 15:40:21 UTC
the log is incomplete.
noone will run getsysinfo
Comment 3 Steffen Winterfeldt 2005-09-05 15:44:14 UTC
Well, everyone I asked to, did. 
 
Sorry, hwinfo logs only output it generates anyway. lsprop is never run.