diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-05 23:55:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-05 23:55:58 +0000 |
commit | 05ed5a77d91b39a2b7282cb779a045e879d72925 (patch) | |
tree | 24259d26923652a5ffe9426ddffad80c0811492c /usr.bin/sudo/sudoers | |
parent | 6f031074ca5a429bd69be560206d4cb86f8595e7 (diff) |
update to sudo 1.6.9p5
Diffstat (limited to 'usr.bin/sudo/sudoers')
-rw-r--r-- | usr.bin/sudo/sudoers | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index fb442e40a86..bb42f2bc4d6 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,5 +1,3 @@ -# $OpenBSD: sudoers,v 1.13 2007/09/03 13:40:02 ajacoutot Exp $ -# # sudoers file. # # This file MUST be edited with the 'visudo' command as root. @@ -14,12 +12,6 @@ # Cmnd alias specification # 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" - -# Uncomment to preserve the environment for users in group wheel -#Defaults:%wheel !env_reset # Runas alias specification |