=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/def_data.in,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/sudo/Attic/def_data.in 2008/11/14 11:58:08 1.9 --- src/usr.bin/sudo/Attic/def_data.in 2009/04/11 11:48:06 1.10 *************** *** 223,225 **** --- 223,234 ---- visiblepw T_FLAG "Allow sudo to prompt for a password even if it would be visisble" + pwfeedback + T_FLAG + "Provide visual feedback at the password prompt when there is user input" + fast_glob + T_FLAG + "Use faster globbing that is less accurate but does not access the filesystem" + umask_override + T_FLAG + "The umask specified in sudoers will override the user's, even if it is more permissive"