diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-08-01 12:15:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-08-01 12:15:08 +0000 |
commit | f48974641446932e7f1414db98ca60209b0d59cd (patch) | |
tree | d5c7e27a554b504341d27702ad0be3cd86ca96d3 /usr.bin | |
parent | e14e9b220951da0c6cecd7722bf8370e1c5f9664 (diff) |
add pkg_add and make release environment variables to env_keep
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sudo/sudoers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index 56653324654..9d387793256 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -12,6 +12,7 @@ # Cmnd alias specification # Defaults specification +Defaults env_keep +="DESTDIR FETCH_CMD FTPMODE PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH PKG_TMPDIR RELEASEDIR" # Uncomment to preserve the environment for users in group wheel #Defaults:%wheel !env_reset |