On Fri, Mar 24, 2006 at 05:03:32PM +0100, Joerg Schilling wrote: > Jonathan Adams <[EMAIL PROTECTED]> wrote: > > > I've updated the bug to include my current evaluation in the > > Description; it'll show up on bugs.opensolaris.org after the next push. > > The meat of the change is the following list of "allowed" envvars: > > > > CODEMGR_WS, PATH, HOME useful for custom env scripts > > TERM, TERMCAP, TERMINFO useful for shell users > > DISPLAY, XAUTHORITY useful for X11 users > > OPTHOME, TEAMWARE used by nightly > > SHELL used by bldenv > > NIGHTLY_ENV_* explicit pass-throughs > > > > Both nightly(1) and bldenv(1) will do the exact same environment > > cleansing. Initially, they will both have a '-E' flag to disable > > environment clearing, to allow for a (short!) transition period. A > > couple of builds later, the -E flag would be removed. > > Then the LD_* env vars should be added to the environmental cleanup.
Huh? I'm not sure what issue you're driving at here; they're already unset explicitly (well, most of them; nightly does better than bldenv at the moment), and they aren't in the above list, so they'll be cleared. What change are you asking for, exactly? (Note that the -E flag is just there to disable the *new* environment clearing behavior. It will not effect the explicit "unset"s nightly and bldenv currently do) - jonathan -- Jonathan Adams, Solaris Kernel Development _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
