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