> Hi, > I need to find out what patches I have on a Solaris 8 and 9 systems. Can > anyone tell me what command I can use? I tried showrev -p and I got a > huge output. If that is the best command to use... how do I decipher the > output to get a list of patches that have been applied to the system. > Thanks > ...e
Patches get applied almot as if they are packages. You will find a complete list of the patches in /var/sadm/patch and if you look there with "ls -ltr" then you will get a cronological order. If you just ls in the ordinary way then you get the list of all patches as well as the previous revs of the patches applied. Now I do know that Sun recently bought a company that was patch maintainance focused and things may change. I have not seen any signs of change in the OpenSolaris project nor in the recent Solaris Express releases. -- Dennis Clarke _______________________________________________ opensolaris-discuss mailing list [email protected]
