* Blake (blake.irvin at gmail.com) wrote:
> I'd like to script some of my OpenSolaris servers to alert me when
> updates are available for their packages.
> 
> How can I do this from the command line?

pkg list -u

That will show you which packages have updates available.  You'll
probably want to do a pkg refresh first and then parse the output from
pkg list but that's what I'd use.

Cheers,

-- 
Glenn

Reply via email to