=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/def_data.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/sudo/Attic/def_data.in 2007/07/26 16:10:16 1.5 +++ src/usr.bin/sudo/Attic/def_data.in 2007/10/17 04:26:04 1.6 @@ -101,9 +101,6 @@ stay_setuid T_FLAG "Only set the effective uid to the target user, not the real uid" -env_reset - T_FLAG - "Reset the environment to a default set of variables" preserve_groups T_FLAG "Don't initialize the group vector to that of the target user" @@ -173,6 +170,15 @@ noexec_file T_STR|T_PATH "File containing dummy exec functions: %s" +ignore_local_sudoers + T_FLAG + "If LDAP directory is up, do we ignore local sudoers file" +setenv + T_FLAG + "Allow users to set arbitrary environment variables" +env_reset + T_FLAG + "Reset the environment to a default set of variables" env_check T_LIST|T_BOOL "Environment variables to check for sanity:" @@ -182,9 +188,3 @@ 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" -setenv - T_FLAG - "Allow users to set arbitrary environment variables"