7 Mar
2023
7 Mar
'23
11:23
Michael, et al -- ...and then mh@mike.franken.de said... % ... % % Defaults exempt_group = mygroup % Defaults:%mygroup env_keep="PERL5LIB DISPLAY XAUTHORITY" % % Is this the correct way to do this? 1) You don't want "Defaults" (which I'm almost sure has no colon) in order to apply to a single group. Just %mygroup env_keep = "PERL5LIB DISPLAY XAUTHORITY" will do. Defaults applies to everyone. 2) Is "mygroup" an actual OS group a nonunix group? You want %:mygroup in the latter case. 3) Have you tried it? :-) % % Thx! % % Bye. % Michael. HTH & HAND :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt