From 8905bd306e55ccfa2a8ee59d95e9ed5bc3785f8a Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 29 Feb 2000 10:40:59 +0000 Subject: o Add support for loading the rsaref or rsaintl packages, depending on locale. o Allow use of "G" in label editor to stand for gigabytes. This is actually an unrelated patch which I meant to commit separately but what the heck, it's late. Partially submitted by: phk --- usr.sbin/sade/globals.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/sade/globals.c') diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c index c47c3a0..9b66fab 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 PkgInteractive; /* Is the package going to spew at us? */ Boolean USAResident; /* Are we cryptographically challenged? */ Variable *VarHead; /* The head of the variable chain */ Device *mediaDevice; /* Where we're installing from */ @@ -63,6 +64,7 @@ globalsInit(void) { DebugFD = -1; ColorDisplay = FALSE; + PkgInteractive = FALSE; Fake = FALSE; OnVTY = FALSE; DialogActive = FALSE; -- cgit v1.1