diff options
author | jkh <jkh@FreeBSD.org> | 2000-03-12 03:57:26 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-03-12 03:57:26 +0000 |
commit | f5f929f515b3732dd41bc954df25e9152260d077 (patch) | |
tree | b01032e6384860e6de866e07eb52da9349abffbd /usr.sbin/sade/sade.h | |
parent | ae1ec22431a55d47ae6ea519516d64d71f6b6d68 (diff) | |
download | FreeBSD-src-f5f929f515b3732dd41bc954df25e9152260d077.zip FreeBSD-src-f5f929f515b3732dd41bc954df25e9152260d077.tar.gz |
Remove PkgInteractive hack - it won't work like this.
Diffstat (limited to 'usr.sbin/sade/sade.h')
-rw-r--r-- | usr.sbin/sade/sade.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h index 2d3bf6f..e4a3fc1 100644 --- a/usr.sbin/sade/sade.h +++ b/usr.sbin/sade/sade.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 */ |