Preserve DISPLAY environment variable by default.

This commit is contained in:
Todd C. Miller
2005-06-25 21:46:16 +00:00
parent 485fa9b662
commit 8f90cfbd89
3 changed files with 11 additions and 9 deletions

1
env.c
View File

@@ -160,6 +160,7 @@ static const char *initial_checkenv_table[] = {
*/
static const char *initial_keepenv_table[] = {
"KRB5CCNAME",
"DISPLAY",
"PATH",
"TERM",
"TZ",