summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-05-14 15:04:24 +0000
committerjkh <jkh@FreeBSD.org>1999-05-14 15:04:24 +0000
commitb0c0e1b73c62736185a034702940ccbfab08f968 (patch)
treeddecf91efe63e62da0beb65b0255f39c116acba4 /release/sysinstall
parent1b54d78ab8e054dd5de53a1f180e994453cfc55b (diff)
downloadFreeBSD-src-b0c0e1b73c62736185a034702940ccbfab08f968.zip
FreeBSD-src-b0c0e1b73c62736185a034702940ccbfab08f968.tar.gz
Do more impressive things for windowmaker.
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/config.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c
index 400390a..0836bcf 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.131 1999/05/12 09:02:32 jkh Exp $
+ * $Id: config.c,v 1.132 1999/05/12 09:22:47 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -514,8 +514,7 @@ configXDesktop(dialogMenuItem *self)
else if (!strcmp(desk, "windowmaker")) {
ret = package_add("windowmaker");
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("wmaker.inst")) {
- vsystem("/usr/X11R6/bin/wmaker.inst");
- write_root_xprofile("xterm &\nexec wmaker\n");
+ write_root_xprofile("xterm &\n[ ! -d $HOME/GNUstep/Library/WindowMaker ] && /usr/X11R6/bin/wmaker.inst && exec /usr/X11R6/bin/wmaker\n");
}
}
else if (!strcmp(desk, "enlightenment")) {
OpenPOWER on IntegriCloud