The SUNWxcu4t package is not patched when the patch 106748-03 (SPARC)/106749-03 (Intel) is installed.
Workaround: In the root role, copy the patch files from the CD to the machine.
Mount the install CD.
Copy the original files on the machine to *.orig.
# cp -p /usr/xpg4/bin/make /usr/xpg4/bin/make.orig # cp -p /usr/xpg4/bin/get /usr/xpg4/bin/get.orig # cp -p /usr/xpg4/bin/sccs /usr/xpg4/bin/sccs.orig # cp -p /usr/xpg4/bin/delta /usr/xpg4/bin/delta.orig |
Copy all files in the usr/xpg4/bin/ directory from the CD to the machine.
# cp * /usr/xpg4/bin |