=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/env.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/sudo/Attic/env.c 2007/07/29 22:07:09 1.15 --- src/usr.bin/sudo/Attic/env.c 2007/08/01 22:36:04 1.16 *************** *** 52,58 **** #include "sudo.h" #ifndef lint ! __unused static const char rcsid[] = "$Sudo: env.c,v 1.39.2.16 2007/07/29 20:10:19 millert Exp $"; #endif /* lint */ /* --- 52,58 ---- #include "sudo.h" #ifndef lint ! __unused static const char rcsid[] = "$Sudo: env.c,v 1.39.2.17 2007/07/31 18:04:31 millert Exp $"; #endif /* lint */ /* *************** *** 173,179 **** "TMPPREFIX", /* zsh, prefix for temporary files */ "PYTHONHOME", /* python, module search path */ "PYTHONPATH", /* python, search path */ ! "PYTHONINSPEC", /* python, allow inspection */ "RUBYLIB", /* ruby, library load path */ "RUBYOPT", /* ruby, extra command line options */ NULL --- 173,179 ---- "TMPPREFIX", /* zsh, prefix for temporary files */ "PYTHONHOME", /* python, module search path */ "PYTHONPATH", /* python, search path */ ! "PYTHONINSPECT", /* python, allow inspection */ "RUBYLIB", /* ruby, library load path */ "RUBYOPT", /* ruby, extra command line options */ NULL