diff options
author | 2007-10-06 22:17:17 +0000 | |
---|---|---|
committer | 2007-10-06 22:17:17 +0000 | |
commit | c36d1f82c8eb1372b34c4722642e19653661a590 (patch) | |
tree | 30f38f1425c26f17ece851745fbcea33cbe85ac8 | |
parent | Use db_printf instead of printf, to prevent problems with locking (diff) | |
download | wireguard-openbsd-c36d1f82c8eb1372b34c4722642e19653661a590.tar.xz wireguard-openbsd-c36d1f82c8eb1372b34c4722642e19653661a590.zip |
add WRKOBJDIR to default env_keep to help 'make fake' in ports.
ok millert@
-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 268fe197b62..0635f838956 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,4 +1,4 @@ -# $OpenBSD: sudoers,v 1.15 2007/09/06 11:05:21 millert Exp $ +# $OpenBSD: sudoers,v 1.16 2007/10/06 22:17:17 sthen Exp $ # # sudoers file. # @@ -16,7 +16,7 @@ # Defaults specification Defaults env_keep +="DESTDIR FETCH_CMD FLAVOR FTPMODE GROUP MAKE MULTI_PACKAGES" Defaults env_keep +="OKAY_FILES OWNER PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH" -Defaults env_keep +="PKG_TMPDIR PORTSDIR RELEASEDIR SUBPACKAGE" +Defaults env_keep +="PKG_TMPDIR PORTSDIR RELEASEDIR SUBPACKAGE WRKOBJDIR" # Uncomment to preserve the environment for users in group wheel #Defaults:%wheel !env_reset |