summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-06 09:34:24 +0000
committerjkh <jkh@FreeBSD.org>1995-05-06 09:34:24 +0000
commit370e7434c73c9695fba43a15fcdb2e1d640fea6e (patch)
tree71f9887a978b7f631a093d04c9fcbb976bbb6206 /usr.sbin/sade/globals.c
parentdb62fdd3485bf81f00ceb2dde0c646287afcb44a (diff)
downloadFreeBSD-src-370e7434c73c9695fba43a15fcdb2e1d640fea6e.zip
FreeBSD-src-370e7434c73c9695fba43a15fcdb2e1d640fea6e.tar.gz
Some fairly serious cleanup. The proper offset should now be used in
creating partitions. Still need to get the mount points displaying carefully, but I need to get this into my tree on time so that I can work on that.
Diffstat (limited to 'usr.sbin/sade/globals.c')
-rw-r--r--usr.sbin/sade/globals.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index 9d52ff3..587ffe6 100644
--- a/usr.sbin/sade/globals.c
+++ b/usr.sbin/sade/globals.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id$
+ * $Id: globals.c,v 1.1.1.1 1995/04/27 12:50:34 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -53,6 +53,8 @@ int DebugFD; /* Where diagnostic output goes */
Boolean OnCDROM; /* Are we running off of a CDROM? */
Boolean OnSerial; /* Are we on a serial console? */
Boolean DialogActive;
+Boolean ColorDisplay;
+Boolean OnVTY;
Variable *VarHead; /* The head of the variable chain */
/*
@@ -66,6 +68,8 @@ globalsInit(void)
DebugFD = -1;
OnCDROM = FALSE;
OnSerial = FALSE;
+ ColorDisplay = FALSE;
+ OnVTY = FALSE;
DialogActive = FALSE;
VarHead = NULL;
}
OpenPOWER on IntegriCloud