|
Description
|
Since we are encouraging use of DINFOCACHE snapshots, we should have a
way of seeing what is contained in those snapshots.
Prtconf(1M) currently has an undocumented '-C' option to display a
DINFOCACHE snapshot, but it does not work with the '-v' option - so you
don't get a good feel for what is contained in the snapshot. In the
current prtconf code o_verbose is overloaded - it controls what you
want in the snapshot what data you want to display the data. With
DINFOCACHE, you don't get to control what you want in the snapshot, and
o_verbose should allow display of all data that is in the cached
snapshot.
|