--- embedaddon/sudo/plugins/sudoers/def_data.c 2013/10/14 07:56:34 1.1.1.5 +++ embedaddon/sudo/plugins/sudoers/def_data.c 2014/06/15 16:12:54 1.1.1.6 @@ -152,7 +152,7 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "loglinelen", T_UINT|T_BOOL, - N_("Length at which to wrap log file lines (0 for no wrap): %d"), + N_("Length at which to wrap log file lines (0 for no wrap): %u"), NULL, }, { "timestamp_timeout", T_FLOAT|T_BOOL, @@ -164,7 +164,7 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "passwd_tries", T_UINT, - N_("Number of tries to enter a password: %d"), + N_("Number of tries to enter a password: %u"), NULL, }, { "umask", T_MODE|T_BOOL, @@ -199,6 +199,10 @@ struct sudo_defs_types sudo_defs_table[] = { N_("Incorrect password message: %s"), NULL, }, { + "lecture_status_dir", T_STR|T_PATH, + N_("Path to lecture status dir: %s"), + NULL, + }, { "timestampdir", T_STR|T_PATH, N_("Path to authentication timestamp dir: %s"), NULL, @@ -372,7 +376,11 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "maxseq", T_UINT, - N_("Maximum I/O log sequence number"), + N_("Maximum I/O log sequence number: %u"), + NULL, + }, { + "use_netgroups", T_FLAG, + N_("Enable sudoers netgroup support"), NULL, }, { NULL, 0, NULL