http://defect.opensolaris.org/bz/show_bug.cgi?id=11927
Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ACCEPTED |FIXINPROGRESS
--- Comment #3 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-10-15
19:23:10 UTC ---
The prop_display_entry table is used to determine whether a property should be
displayed in during a walk or not by show_prop_test(). The setup is such that
if at least one rule for a property is satisfied, then that property is
displayed. This bug was introduced by bug 11385 (which removed the deletion of
properties that are skipped during the walk).
The fix for this bug is to do a recursive show_prop_test() check. If a
property should be displayed because the property it depends on is satisfied,
then that property should also satisfy any rules that it may have.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.