| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
To: testers@ATHENA.MIT.EDU
Date: Fri, 26 Jul 91 12:28:26 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
I found this code in the login source:
if (!strcmp(pwd->pw_shell, "/bin/csh")) {
ldisc = NTTYDISC;
ioctl(0, TIOCSETD, &ldisc);
}
/bin/csh is not the only shell that needs the new tty driver.
I don't know if this check is needed anymore (does the BSD kernel set
new tty as the default?).
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |