=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/def_data.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/sudo/Attic/def_data.c 2007/07/26 16:10:16 1.4 +++ src/usr.bin/sudo/Attic/def_data.c 2007/10/17 04:26:04 1.5 @@ -147,10 +147,6 @@ "Only set the effective uid to the target user, not the real uid", NULL, }, { - "env_reset", T_FLAG, - "Reset the environment to a default set of variables", - NULL, - }, { "preserve_groups", T_FLAG, "Don't initialize the group vector to that of the target user", NULL, @@ -240,6 +236,18 @@ "File containing dummy exec functions: %s", NULL, }, { + "ignore_local_sudoers", T_FLAG, + "If LDAP directory is up, do we ignore local sudoers file", + NULL, + }, { + "setenv", T_FLAG, + "Allow users to set arbitrary environment variables", + NULL, + }, { + "env_reset", T_FLAG, + "Reset the environment to a default set of variables", + NULL, + }, { "env_check", T_LIST|T_BOOL, "Environment variables to check for sanity:", NULL, @@ -250,14 +258,6 @@ }, { "env_keep", T_LIST|T_BOOL, "Environment variables to preserve:", - NULL, - }, { - "ignore_local_sudoers", T_FLAG, - "If LDAP directory is up, do we ignore local sudoers file", - NULL, - }, { - "setenv", T_FLAG, - "Allow users to set arbitrary environment variables", NULL, }, { NULL, 0, NULL