summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
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/sysinstall/sysinstall.h
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/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 2d3bf6f..e4a3fc1 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -341,7 +341,6 @@ extern Boolean RunningAsInit; /* Are we running stand-alone? */
extern Boolean DialogActive; /* Is the dialog() stuff up? */
extern Boolean ColorDisplay; /* Are we on a color display? */
extern Boolean OnVTY; /* On a syscons VTY? */
-Boolean PkgInteractive; /* Is the package going to spew at us? */
Boolean USAResident; /* Are we cryptographically challenged? */
extern Variable *VarHead; /* The head of the variable chain */
extern Device *mediaDevice; /* Where we're getting our distribution from */
OpenPOWER on IntegriCloud