On Wed, 2009-11-04 at 15:56 -0800, Danek Duvall wrote: > Erik Trauschke wrote: > > > http://cr.opensolaris.org/~erisch/pkg-gate1104 > > Looks fine. I assume that you determined conclusively that it's not > possible to set an environment variable on service instance? Is that > considered a bug, or is it intentional?
Actually it is possible to set an environment variable on a per-instance basis. However, this means that someone needs to set two variables in SMF which have to match up to be useful. Setting the PYTHONPATH in the method script just takes away one possible source of failure, so you only have to set the pkg_env variable and everything else is handled automatically. Erik _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
