diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 07:47:17 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 07:47:17 +0000 |
| commit | 76d01c999ac27e32a61e1883ad982d71ae059193 (patch) | |
| tree | 940c1bd16f1ab77767b69b096d717e77cd20db11 /release/sysinstall/sysinstall.h | |
| parent | 63eb3ecd42630712dc119abd1608137ab3ab5c35 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/sysinstall.h')
| -rw-r--r-- | release/sysinstall/sysinstall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 3de34c9aa6d1..59a81a846148 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -313,7 +313,7 @@ extern int DebugFD; /* Where diagnostic output goes */ extern Boolean Fake; /* Don't actually modify anything - testing */ extern Boolean SystemWasInstalled; /* Did we install it? */ extern Boolean RunningAsInit; /* Are we running stand-alone? */ -extern Boolean Chrooted; /* Yow, are we chrooted yet? */ +extern Boolean Chrooted; /* Are we chroot()ed? */ extern Boolean DialogActive; /* Is the dialog() stuff up? */ extern Boolean ColorDisplay; /* Are we on a color display? */ extern Boolean OnVTY; /* On a syscons VTY? */ |
