summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-02 19:50:32 +0000
committerjkh <jkh@FreeBSD.org>1996-11-02 19:50:32 +0000
commit1ba8fe776a6c19eab7fa8198f92299bbfe51e120 (patch)
treebd29112a57cf129659bfe29a3f625251d017583c /release/sysinstall/dist.c
parente177b0ed6e3c354416cc9e64f2b93c0e38786d7e (diff)
downloadFreeBSD-src-1ba8fe776a6c19eab7fa8198f92299bbfe51e120.zip
FreeBSD-src-1ba8fe776a6c19eab7fa8198f92299bbfe51e120.tar.gz
Fix a bogus decent into the network setup screen when running
multi-user. Don't clear media on dist failure - this was one of those "seemed like a good idea at the time" sorts of features.
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 3ec4f9d..6112686 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.72 1996/10/06 14:45:54 jkh Exp $
+ * $Id: dist.c,v 1.73 1996/10/10 09:22:27 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -580,10 +580,6 @@ distExtractAll(dialogMenuItem *self)
msgConfirm("Couldn't extract the following distributions. This may\n"
"be because they were not available on the installation\n"
"media you've chosen:\n\n\t%s", buf);
- /* Assume that if we couldn't get all the dists, our media probably needs changing at this point */
- if (mediaDevice->type == DEVICE_TYPE_FTP)
- variable_unset(VAR_FTP_PATH);
- mediaDevice->shutdown(mediaDevice);
return DITEM_FAILURE | DITEM_RESTORE;
}
return DITEM_SUCCESS;
OpenPOWER on IntegriCloud