Hi all,
I've noticed something weird on a Solaris 10 SPARC box, depending on how
I ask PCA to list patches, I get a slightly different output.
I thought that those two commands would give the same result, but there
are two lines of difference:
$ ./pca -l all -H | grep '<' | grep -v 'Obsoleted by' | wc -l
388
$ ./pca -l m -H | wc -l
386
Which refer to two Live Upgrade patches:
121428 01 < 12 --- 5 SunOS 5.10: Live Upgrade Zones Support Patch
121430 02 < 31 r-- 8 SunOS 5.8 5.9 5.10: Live Upgrade Patch
Is that a bug? I don't understand why those two patches are listed with
-l all and not with -l m?
Laurent