summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-10-12 07:36:34 +0000
committerjkh <jkh@FreeBSD.org>2001-10-12 07:36:34 +0000
commita05a408d1477a5343412025e2e3b23c405a7d380 (patch)
treef739d4371630cf7f94d9f84c599f9c7716b75403 /usr.sbin/sade/globals.c
parentfa0b53723556b0757603a7686ae1cb2bbcda6e08 (diff)
downloadFreeBSD-src-a05a408d1477a5343412025e2e3b23c405a7d380.zip
FreeBSD-src-a05a408d1477a5343412025e2e3b23c405a7d380.tar.gz
DTRT in the restart case
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..4323bd0 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 Restarting; /* Are we restarting sysinstall? */
Variable *VarHead; /* The head of the variable chain */
Device *mediaDevice; /* Where we're installing from */
int BootMgr; /* Which boot manager we're using */
@@ -63,6 +64,7 @@ globalsInit(void)
DebugFD = -1;
ColorDisplay = FALSE;
Fake = FALSE;
+ Restarting = FALSE;
OnVTY = FALSE;
DialogActive = FALSE;
VarHead = NULL;
OpenPOWER on IntegriCloud