Hi Danek, On 14 Apr 2010, at 21:28, Danek Duvall wrote: > > Any package can deliver more than one executable. I'm not sure how you can > determine which of those is the "most important" in any sense. How are you > planning on using this information?
I am doing a project where some applications get installed into zones. I want to create a simple bash script to put into /bin which will look something like this: #!/bin/bash ssh -X myu...@zone <app_to_run> All of this is scripted, so there is little 'intelligence' > > You can do something like > > pkg contents -a path=*/bin/* <pkgname> > > to see what it delivers into a bin directory, but in the case of gimp, that > gives you five things, and for openoffice, it gives you twelve (three if > you just look at /usr/bin). Thanks for your help Danek, I'll have a look :) Ben _______________________________________________ install-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/install-discuss
