summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-07-24 18:00:16 +0000
committerjkh <jkh@FreeBSD.org>2000-07-24 18:00:16 +0000
commit534da91803b1bb348372556907fe53d3619da136 (patch)
treeab563ba68f1ccae5fc8117e73c5105acaeadd9d4 /usr.sbin/sade/globals.c
parent51ba95b82b01735087de53b8ade822544061b96d (diff)
downloadFreeBSD-src-534da91803b1bb348372556907fe53d3619da136.zip
FreeBSD-src-534da91803b1bb348372556907fe53d3619da136.tar.gz
Terminate, with extreme prejudice, the USAResident hack which
does bad things to /etc/make.conf in certain situations. Also soften the "don't install crypto from the USA!" messages since, except for RSA (which is still noted), that's not so true anymore.
Diffstat (limited to 'usr.sbin/sade/globals.c')
-rw-r--r--usr.sbin/sade/globals.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index 2dccef2..b12dbd8 100644
--- a/usr.sbin/sade/globals.c
+++ b/usr.sbin/sade/globals.c
@@ -47,7 +47,6 @@ 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 */
@@ -69,5 +68,4 @@ globalsInit(void)
VarHead = NULL;
mediaDevice = NULL;
RunningAsInit = FALSE;
- USAResident = FALSE;
}
OpenPOWER on IntegriCloud