XFree86 3.3.4 seems to require "XWINHOME" to be set for the setup tool

to work (fnark).
This commit is contained in:
Jordan K. Hubbard 1999-07-20 21:06:18 +00:00
parent 240a86a432
commit eb31d123ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48945
3 changed files with 6 additions and 3 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);