CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/27 09:41:17
Modified files:
usr.bin/doas : doas.conf.5 env.c parse.y
Log message:
revise environment handling.
Add a setenv keyword for manipulating the environment. keepenv now means
only retain everything. (for one release, the old use of keepenv will still
work.)
Allow setting variables to new or existing values, and also removing vars
when keepenv is used.
ok djm martijn tb
