=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/def_data.in,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/sudo/Attic/def_data.in 2003/03/15 21:23:54 1.2 --- src/usr.bin/sudo/Attic/def_data.in 2004/09/28 15:10:51 1.3 *************** *** 4,20 **** # var_name # TYPE # description (or NULL) # - syslog_ifac - T_UINT - NULL - syslog_igoodpri - T_UINT - NULL - syslog_ibadpri - T_UINT - NULL syslog T_LOGFAC|T_BOOL "Syslog facility if syslog is being used for logging: %s" --- 4,12 ---- # var_name # TYPE # description (or NULL) + # array of struct def_values if TYPE == T_TUPLE # syslog T_LOGFAC|T_BOOL "Syslog facility if syslog is being used for logging: %s" *************** *** 49,56 **** T_FLAG "Use a separate timestamp for each user/tty combo" lecture ! T_FLAG "Lecture user the first time they run sudo" authenticate T_FLAG "Require users to authenticate by default" --- 41,52 ---- T_FLAG "Use a separate timestamp for each user/tty combo" lecture ! T_TUPLE|T_BOOL "Lecture user the first time they run sudo" + never once always + lecture_file + T_STR|T_PATH|T_BOOL + "File containing the sudo lecture: %s" authenticate T_FLAG "Require users to authenticate by default" *************** *** 159,167 **** --- 155,178 ---- runas_default T_STR "Default user to run commands as: %s" + *set_runaspw editor T_STR|T_PATH "Path to the editor for use by visudo: %s" + listpw + T_TUPLE|T_BOOL + "When to require a password for 'list' pseudocommand: %s" + never any all always + verifypw + T_TUPLE|T_BOOL + "When to require a password for 'verify' pseudocommand: %s" + never any all always + noexec + T_FLAG + "Preload the dummy exec functions contained in 'noexec_file'" + noexec_file + T_STR|T_PATH + "File containing dummy exec functions: %s" env_check T_LIST|T_BOOL "Environment variables to check for sanity:" *************** *** 171,185 **** env_keep T_LIST|T_BOOL "Environment variables to preserve:" ! listpw_i ! T_UINT ! NULL ! verifypw_i ! T_UINT ! NULL ! listpw ! T_PWFLAG ! "When to require a password for 'list' pseudocommand: %s" ! verifypw ! T_PWFLAG ! "When to require a password for 'verify' pseudocommand: %s" --- 182,187 ---- env_keep T_LIST|T_BOOL "Environment variables to preserve:" ! ignore_local_sudoers ! T_FLAG ! "If LDAP directory is up, do we ignore local sudoers file"