diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-08-05 14:31:07 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-08-05 14:31:07 +0000 |
commit | 8490f3d0d6e86a12fce3acee3cf0ea1c55222e9b (patch) | |
tree | c392c2c2ac903aba09120f093ba96cdf11a087fd /usr.bin | |
parent | 156a4e1ecaf5cf84d1d0d627ccc51bb006b1237a (diff) |
- add 2 more variables to env_keep (needed for proper ports work -- i.e. make plist)
ok millert@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sudo/sudoers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index d8eb02238e8..fe049b792fa 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,4 +1,4 @@ -# $OpenBSD: sudoers,v 1.10 2007/08/02 15:52:42 millert Exp $ +# $OpenBSD: sudoers,v 1.11 2007/08/05 14:31:06 ajacoutot Exp $ # # sudoers file. # @@ -14,7 +14,7 @@ # Cmnd alias specification # Defaults specification -Defaults env_keep +="DESTDIR FETCH_CMD FLAVOR FTPMODE PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH PKG_TMPDIR RELEASEDIR SUBPACKAGE" +Defaults env_keep +="DESTDIR FETCH_CMD FLAVOR FTPMODE MULTI_PACKAGES OKAY_FILES PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH PKG_TMPDIR RELEASEDIR SUBPACKAGE" # Uncomment to preserve the environment for users in group wheel #Defaults:%wheel !env_reset |