diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-09-03 13:40:03 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-09-03 13:40:03 +0000 |
commit | 9b1b4b69594eca4a25f1bc9966145e25cfe025cf (patch) | |
tree | a51fce27b1758fe9e413273829e6e948e73ab076 /usr.bin/sudo | |
parent | f22b8671cfea8595e1e69cd8fd3f21342d4f2c2d (diff) |
- break "Defaults env_keep" into several lines so it is more readable
- add OWNER and GROUP to env_keep so that make-plist creates pkg/P* with
the correct uid/gid (hopefully this would be the last ports related change)
ok millert@
Diffstat (limited to 'usr.bin/sudo')
-rw-r--r-- | usr.bin/sudo/sudoers | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index a07ddcbd474..fb442e40a86 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,4 +1,4 @@ -# $OpenBSD: sudoers,v 1.12 2007/08/09 16:12:08 ajacoutot Exp $ +# $OpenBSD: sudoers,v 1.13 2007/09/03 13:40:02 ajacoutot Exp $ # # sudoers file. # @@ -14,7 +14,9 @@ # Cmnd alias specification # Defaults specification -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" +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 |