With the availability of the Solaris Express DVD ISO download, I'm wondering if there's a script (or whatever) anywhere that recursively identifies, while omitting duplicates, all the dependencies and sub-dependencies of a given package. In other words, on a system with the ISO mounted, a script that takes a package name as an argument, outputs the dependencies listed in that package's "install/depend" file; followed by the dependencies listed in those packages "install/depend" files, etc.
(Seems easy enough to throw something together, but I just thought I'd try and avoid duplication of effort first.) -Eric
