|
Description
|
After 6814890, SUNWxwhl would be left with just installing one link,
/usr/include/X11 -> /usr/openwin/include/X11.
These links were put into their own package when we supported having /usr and
/usr/openwin on separate filesystems. We don't support that for /usr/X11, so
should just remove this package and replace it with a link in SUNWxwinc from
/usr/include/X11 -> /usr/X11/include/X11, which will also make sure all the new
headers delivered to /usr/X11/include/X11 appear in /usr/include/X11 automatically,
while we're not adding them to /usr/openwin/include/X11 any more.
*** Test Case ***
Verify SUNWxwhl is no longer delivered.
Verify SUNWxwinc now installs a symlink:
/usr/include/X11 -> /usr/X11/include/X11
[On SPARC systems, you may need to remove SUNWglh before installing the new
SUNWxwinc to avoid conflicts due to 6815089, which should also be delivered
in build 111.]
|