summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.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/sade/globals.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/sade/globals.c')
-rw-r--r--usr.sbin/sade/globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index b12dbd8..c47c3a0 100644
--- a/usr.sbin/sade/globals.c
+++ b/usr.sbin/sade/globals.c
@@ -47,6 +47,7 @@ Boolean RunningAsInit; /* Are we running as init? */
Boolean DialogActive; /* Is libdialog initialized? */
Boolean ColorDisplay; /* Are we on a color display? */
Boolean OnVTY; /* Are we on a VTY? */
+Boolean USAResident; /* Are we cryptographically challenged? */
Variable *VarHead; /* The head of the variable chain */
Device *mediaDevice; /* Where we're installing from */
int BootMgr; /* Which boot manager we're using */
@@ -68,4 +69,5 @@ globalsInit(void)
VarHead = NULL;
mediaDevice = NULL;
RunningAsInit = FALSE;
+ USAResident = TRUE;
}
OpenPOWER on IntegriCloud