diff -Naur sudo-1.7.4p3/sudoers.in sudo-1.7.4p3-magellan/sudoers.in --- sudo-1.7.4p3/sudoers.in 2010-08-18 21:29:49.000000000 +0200 +++ sudo-1.7.4p3-magellan/sudoers.in 2010-08-23 13:49:31.000000000 +0200 @@ -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