summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-19 23:22:22 +0000
committerjkh <jkh@FreeBSD.org>2000-02-19 23:22:22 +0000
commitcee74ce38920b8f7c2ff067518c0703bb0de870e (patch)
tree40bd2f2ed649cfae278188f3e8bb2b4bc20ff77a /usr.sbin/sysinstall/dist.c
parent841fc647e82546c5ace4a39b6928db40cb033cc6 (diff)
downloadFreeBSD-src-cee74ce38920b8f7c2ff067518c0703bb0de870e.zip
FreeBSD-src-cee74ce38920b8f7c2ff067518c0703bb0de870e.tar.gz
If user says they're in the USA, record that fact in /etc/make.conf
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index ce3f229..6db4ac6 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -404,7 +404,11 @@ distMaybeSetDES(dialogMenuItem *self)
"a second pass using the Custom Installation option.")) {
if (!dmenuOpenSimple(&MenuDESDistributions, FALSE))
i = DITEM_FAILURE;
+ else
+ USAResident = TRUE;
}
+ else
+ USAResident = FALSE;
distVerifyFlags();
return i | DITEM_REDRAW | DITEM_RESTORE;
}
OpenPOWER on IntegriCloud