summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-23 16:34:30 +0000
committerjkh <jkh@FreeBSD.org>1996-05-23 16:34:30 +0000
commita6d22d5527b448bae8f777f96f703f4c78759ae4 (patch)
treee16e118dfbf61572d55eb479473237b41f776011 /usr.sbin/sysinstall/config.c
parente7580e953680afd240217d7e4591e5de26317b24 (diff)
downloadFreeBSD-src-a6d22d5527b448bae8f777f96f703f4c78759ae4.zip
FreeBSD-src-a6d22d5527b448bae8f777f96f703f4c78759ae4.tar.gz
Have both distribution and package extraction screens display the
transfer speed in KB/sec while fetching stuff; this gives you a better idea if your link has crashed or is behaving oddly.
Diffstat (limited to 'usr.sbin/sysinstall/config.c')
-rw-r--r--usr.sbin/sysinstall/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index fd9a274..1262efa 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/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.30 1996/04/29 18:06:06 jkh Exp $
+ * $Id: config.c,v 1.31 1996/05/16 11:47:26 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -460,7 +460,7 @@ configPackages(dialogMenuItem *self)
pos = scroll = 0;
index_menu(&top, &plist, &pos, &scroll);
- if (plist.kids) {
+ if (plist.kids && plist.kids->name) {
/* Now show the packing list menu */
pos = scroll = 0;
ret = index_menu(&plist, NULL, &pos, &scroll);
OpenPOWER on IntegriCloud