change most T_INT -> T_UINT
This commit is contained in:
16
def_data.in
16
def_data.in
@@ -7,13 +7,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
syslog_ifac
|
syslog_ifac
|
||||||
T_INT
|
T_UINT
|
||||||
NULL
|
NULL
|
||||||
syslog_igoodpri
|
syslog_igoodpri
|
||||||
T_INT
|
T_UINT
|
||||||
NULL
|
NULL
|
||||||
syslog_ibadpri
|
syslog_ibadpri
|
||||||
T_INT
|
T_UINT
|
||||||
NULL
|
NULL
|
||||||
syslog
|
syslog
|
||||||
T_LOGFAC|T_BOOL
|
T_LOGFAC|T_BOOL
|
||||||
@@ -106,16 +106,16 @@ env_reset
|
|||||||
T_FLAG
|
T_FLAG
|
||||||
"Reset the environment to a default set of variables"
|
"Reset the environment to a default set of variables"
|
||||||
loglinelen
|
loglinelen
|
||||||
T_INT|T_BOOL
|
T_UINT|T_BOOL
|
||||||
"Length at which to wrap log file lines (0 for no wrap): %d"
|
"Length at which to wrap log file lines (0 for no wrap): %d"
|
||||||
timestamp_timeout
|
timestamp_timeout
|
||||||
T_INT|T_BOOL
|
T_INT|T_BOOL
|
||||||
"Authentication timestamp timeout: %d minutes"
|
"Authentication timestamp timeout: %d minutes"
|
||||||
passwd_timeout
|
passwd_timeout
|
||||||
T_INT|T_BOOL
|
T_UINT|T_BOOL
|
||||||
"Password prompt timeout: %d minutes"
|
"Password prompt timeout: %d minutes"
|
||||||
passwd_tries
|
passwd_tries
|
||||||
T_INT
|
T_UINT
|
||||||
"Number of tries to enter a password: %d"
|
"Number of tries to enter a password: %d"
|
||||||
umask
|
umask
|
||||||
T_MODE|T_BOOL
|
T_MODE|T_BOOL
|
||||||
@@ -160,10 +160,10 @@ env_keep
|
|||||||
T_STR|T_BOOL
|
T_STR|T_BOOL
|
||||||
"Environment variables to preserve: %s"
|
"Environment variables to preserve: %s"
|
||||||
listpw_i
|
listpw_i
|
||||||
T_INT
|
T_UINT
|
||||||
NULL
|
NULL
|
||||||
verifypw_i
|
verifypw_i
|
||||||
T_INT
|
T_UINT
|
||||||
NULL
|
NULL
|
||||||
listpw
|
listpw
|
||||||
T_PWFLAG
|
T_PWFLAG
|
||||||
|
Reference in New Issue
Block a user