diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-08-09 16:12:09 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-08-09 16:12:09 +0000 |
commit | 527fb7b308023118049671212e98cc250c613b31 (patch) | |
tree | 2382a5958d17d18353cb2cc996725d9a6a99b8f7 /usr.bin | |
parent | 3b1584ed7e7c92741e7777fbf1d79c43b3f6ed5b (diff) |
- more missing variables for proper ports work
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 fe049b792fa..a07ddcbd474 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,4 +1,4 @@ -# $OpenBSD: sudoers,v 1.11 2007/08/05 14:31:06 ajacoutot Exp $ +# $OpenBSD: sudoers,v 1.12 2007/08/09 16:12:08 ajacoutot Exp $ # # sudoers file. # @@ -14,7 +14,7 @@ # Cmnd alias specification # Defaults specification -Defaults env_keep +="DESTDIR FETCH_CMD FLAVOR FTPMODE MULTI_PACKAGES OKAY_FILES PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH PKG_TMPDIR RELEASEDIR SUBPACKAGE" +Defaults env_keep +="DESTDIR FETCH_CMD FLAVOR FTPMODE MAKE MULTI_PACKAGES OKAY_FILES PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH PKG_TMPDIR PORTSDIR RELEASEDIR SUBPACKAGE" # Uncomment to preserve the environment for users in group wheel #Defaults:%wheel !env_reset |