diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-07-20 21:06:18 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-07-20 21:06:18 +0000 |
| commit | eb31d123adc5a3efb14d1f8aa94750da5a9175db (patch) | |
| tree | bd64e51e7e3616c25d906e7c4f909bea38e4260e | |
| parent | 240a86a432572e49b430f2c3f58df580746f94ff (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/config.c | 3 | ||||
| -rw-r--r-- | usr.sbin/sade/config.c | 3 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/config.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 9adb70097e10e..cb9efb5165464 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.137 1999/07/06 08:45:35 jkh Exp $ + * $Id: config.c,v 1.138 1999/07/07 09:47:41 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -549,6 +549,7 @@ configXSetup(dialogMenuItem *self) char *config, *execfile, *style; char *moused; + setenv("XWINHOME", "/usr/X11R6", 1); tryagain: dialog_clear_norefresh(); variable_unset(VAR_DESKSTYLE); diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index 9adb70097e10e..cb9efb5165464 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.137 1999/07/06 08:45:35 jkh Exp $ + * $Id: config.c,v 1.138 1999/07/07 09:47:41 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -549,6 +549,7 @@ configXSetup(dialogMenuItem *self) char *config, *execfile, *style; char *moused; + setenv("XWINHOME", "/usr/X11R6", 1); tryagain: dialog_clear_norefresh(); variable_unset(VAR_DESKSTYLE); diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 9adb70097e10e..cb9efb5165464 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.137 1999/07/06 08:45:35 jkh Exp $ + * $Id: config.c,v 1.138 1999/07/07 09:47:41 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -549,6 +549,7 @@ configXSetup(dialogMenuItem *self) char *config, *execfile, *style; char *moused; + setenv("XWINHOME", "/usr/X11R6", 1); tryagain: dialog_clear_norefresh(); variable_unset(VAR_DESKSTYLE); |
