From: Todd C. Miller Date: Fri, 2 Nov 2001 20:57:02 +0000 (+0000) Subject: regenerated from def_data.in X-Git-Tag: SUDO_1_6_4~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d50e2bb387c4a1492dbb0dc1aab47a4a7df8fa27;p=sudo regenerated from def_data.in --- diff --git a/def_data.c b/def_data.c index bfabd7073..348bce817 100644 --- a/def_data.c +++ b/def_data.c @@ -99,16 +99,16 @@ struct sudo_defs_types sudo_defs_table[] = { "env_reset", T_FLAG, "Reset the environment to a default set of variables" }, { - "loglinelen", T_INT|T_BOOL, + "loglinelen", T_UINT|T_BOOL, "Length at which to wrap log file lines (0 for no wrap): %d" }, { "timestamp_timeout", T_INT|T_BOOL, "Authentication timestamp timeout: %d minutes" }, { - "passwd_timeout", T_INT|T_BOOL, + "passwd_timeout", T_UINT|T_BOOL, "Password prompt timeout: %d minutes" }, { - "passwd_tries", T_INT, + "passwd_tries", T_UINT, "Number of tries to enter a password: %d" }, { "umask", T_MODE|T_BOOL,