summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-03-12 03:57:26 +0000
committerjkh <jkh@FreeBSD.org>2000-03-12 03:57:26 +0000
commitf5f929f515b3732dd41bc954df25e9152260d077 (patch)
treeb01032e6384860e6de866e07eb52da9349abffbd /usr.sbin/sade/globals.c
parentae1ec22431a55d47ae6ea519516d64d71f6b6d68 (diff)
downloadFreeBSD-src-f5f929f515b3732dd41bc954df25e9152260d077.zip
FreeBSD-src-f5f929f515b3732dd41bc954df25e9152260d077.tar.gz
Remove PkgInteractive hack - it won't work like this.
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 31eb3a7..2dccef2 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 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 */
@@ -64,7 +63,6 @@ globalsInit(void)
{
DebugFD = -1;
ColorDisplay = FALSE;
- PkgInteractive = FALSE;
Fake = FALSE;
OnVTY = FALSE;
DialogActive = FALSE;
OpenPOWER on IntegriCloud