=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/sudoers,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.6.1 diff -c -r1.1.1.1 -r1.1.1.1.6.1 *** src/usr.bin/sudo/Attic/sudoers 1999/11/18 16:29:01 1.1.1.1 --- src/usr.bin/sudo/Attic/sudoers 2002/01/18 17:20:23 1.1.1.1.6.1 *************** *** 11,15 **** --- 11,28 ---- # Cmnd alias specification + # Defaults specification + # User privilege specification root ALL=(ALL) ALL + + # Uncomment to allow people in group wheel to run all commands + # %wheel ALL=(ALL) ALL + + # Same thing without a password + # %wheel ALL=(ALL) NOPASSWD: ALL + + # Samples + # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom + # %users localhost=/sbin/shutdown -h now +