From a6e6c783ca7402977911e66ddf2f6d12a36f65ea Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 14 Jun 1996 14:34:03 +0000 Subject: Don't use some of the low-contrast text attributes I was using before - they apparently look bad on some LCD screens. While I'm in there, tweak and adjust a number of other minor interface details which have been bothering me for awhile. --- usr.sbin/sade/install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sade/install.c') diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index a55fe6a..17e2442 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.100 1996/06/12 14:02:09 jkh Exp $ + * $Id: install.c,v 1.101 1996/06/13 17:36:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -803,6 +803,7 @@ installVarDefaults(dialogMenuItem *self) variable_set2(VAR_FTP_STATE, "passive"); variable_set2(VAR_FTP_ONERROR, "abort"); variable_set2(VAR_FTP_RETRIES, MAX_FTP_RETRIES); + variable_set2(VAR_PKG_TMPDIR, "/usr/tmp"); if (getpid() != 1) variable_set2(SYSTEM_STATE, "update"); else -- cgit v1.1