summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-04-27 14:33:29 +0000
committerjkh <jkh@FreeBSD.org>1999-04-27 14:33:29 +0000
commit19ffa5eea896737615fbb68cbd6bbcbac4ec4918 (patch)
treea760591f5f1b8bbdeda85d3001444691a1b1c059 /usr.sbin/sade/install.c
parentc85ea5017c00c71172e6cfb5bd1cd171837b5812 (diff)
downloadFreeBSD-src-19ffa5eea896737615fbb68cbd6bbcbac4ec4918.zip
FreeBSD-src-19ffa5eea896737615fbb68cbd6bbcbac4ec4918.tar.gz
o Make package matching for specific package loading use the Latest/
feature of packages now so that no version info is embedded. o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME and Windowmaker desktops instead of the boring twm(1) based one if the user so chooses. This will require a little testing.
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 81d3ddc..a8a961e 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.230 1999/03/11 09:38:06 jkh Exp $
+ * $Id: install.c,v 1.231 1999/04/24 01:53:54 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -601,7 +601,7 @@ nodisks:
if (directory_exists("/usr/X11R6")) {
dialog_clear_norefresh();
if (!msgYesNo("Would you like to configure your X server at this time?"))
- configXEnvironment(self);
+ configXSetup(self);
}
dialog_clear_norefresh();
@@ -1046,13 +1046,11 @@ installVarDefaults(dialogMenuItem *self)
cp = "/usr/bin/ee";
variable_set2(VAR_EDITOR, cp, 0);
variable_set2(VAR_FTP_USER, "ftp", 0);
- variable_set2(VAR_BROWSER_PACKAGE, "lynx", 0);
+ variable_set2(VAR_BROWSER_PACKAGE, "@lynx", 0);
variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx", 0);
variable_set2(VAR_FTP_STATE, "passive", 0);
variable_set2(VAR_NFS_SECURE, "YES", 0);
variable_set2(VAR_PKG_TMPDIR, "/usr/tmp", 0);
- variable_set2(VAR_GATED_PKG, "gated", 0);
- variable_set2(VAR_PCNFSD_PKG, "pcnfsd", 0);
variable_set2(VAR_MEDIA_TIMEOUT, itoa(MEDIA_TIMEOUT), 0);
if (getpid() != 1)
variable_set2(SYSTEM_STATE, "update", 0);
OpenPOWER on IntegriCloud