]> granicus.if.org Git - sudo/commitdiff
regenerated from def_data.in
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Nov 2001 20:57:02 +0000 (20:57 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Nov 2001 20:57:02 +0000 (20:57 +0000)
def_data.c

index bfabd707312365cbba85871a27b05477e6a60ea9..348bce817bde5947d39259e573f79132cadbd063 100644 (file)
@@ -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,