diff options
author | jkh <jkh@FreeBSD.org> | 1996-06-14 14:34:03 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-06-14 14:34:03 +0000 |
commit | a6e6c783ca7402977911e66ddf2f6d12a36f65ea (patch) | |
tree | 9216eb32a4389841b05fff1638608782cfd8a122 /usr.sbin/sysinstall/install.c | |
parent | ea659e907a04a78bd9177cf580b96c30fd471db3 (diff) | |
download | FreeBSD-src-a6e6c783ca7402977911e66ddf2f6d12a36f65ea.zip FreeBSD-src-a6e6c783ca7402977911e66ddf2f6d12a36f65ea.tar.gz |
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.
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r-- | usr.sbin/sysinstall/install.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index a55fe6a..17e2442 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/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 |