diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-18 15:28:10 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-18 15:28:10 +0000 |
| commit | 40ae4689df125baf0fdf2894e11e1037a4136f40 (patch) | |
| tree | bbbb1da098bedb9748f8fa6faa46c10cb2c30d4a /usr.sbin/sysinstall/termcap.c | |
| parent | 198c323e44f1d23aacd7d28f28b6b9af3b4d3300 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/termcap.c')
| -rw-r--r-- | usr.sbin/sysinstall/termcap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/termcap.c b/usr.sbin/sysinstall/termcap.c index 3ab2088cf97a..7256b53cff4c 100644 --- a/usr.sbin/sysinstall/termcap.c +++ b/usr.sbin/sysinstall/termcap.c @@ -29,15 +29,13 @@ set_termcap(void) char *term; int stat; - OnVTY = RunningAsInit = FALSE; + OnVTY = FALSE; term = getenv("TERM"); stat = ioctl(STDERR_FILENO, GIO_COLOR, &ColorDisplay); if (getpid() != 1) DebugFD = open("sysinstall.debug", O_WRONLY|O_CREAT|O_TRUNC, 0644); - else - RunningAsInit = TRUE; if (stat < 0) { if (!term) { |
