diff -Naur sudo-1.8.0/plugins/sudoers/sudoers.in sudo-1.8.0-magellan/plugins/sudoers/sudoers.in --- sudo-1.8.0/plugins/sudoers/sudoers.in 2010-08-18 13:45:38.000000000 +0200 +++ sudo-1.8.0-magellan/plugins/sudoers/sudoers.in 2011-03-03 13:30:52.000000000 +0100 @@ -71,11 +71,11 @@ ## root ALL=(ALL) ALL -## Uncomment to allow members of group wheel to execute any command -# %wheel ALL=(ALL) ALL +## Allow members of group wheel to execute any command +%wheel ALL=(ALL) SETENV: ALL -## Same thing without a password -# %wheel ALL=(ALL) NOPASSWD: ALL +## Uncomment to allow the same thing without a password +# %wheel ALL=(ALL) NOPASSWD: SETENV: ALL ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL) ALL