]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - src/patch/usr_local_etc_sudoers-allow-wheel.patch
Add .keep files for src directories; make sure they don't get pushed to build env
[CDN/Mosi.git] / src / patch / usr_local_etc_sudoers-allow-wheel.patch
1 --- usr/local/etc/sudoers       2010-01-24 09:26:28.000000000 +0000
2 +++ usr/local/etc/sudoers       2010-01-24 09:26:38.000000000 +0000
3 @@ -28,7 +28,7 @@
4  root   ALL=(ALL) ALL
5  
6  # Uncomment to allow people in group wheel to run all commands
7 -# %wheel       ALL=(ALL) ALL
8 +%wheel ALL=(ALL) ALL
9  
10  # Same thing without a password
11  # %wheel       ALL=(ALL) NOPASSWD: ALL