commit | 2f50aa42c54fb92347058e83965ea7a668ab04af | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Sep 08 17:56:52 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Sep 08 17:56:52 2006 +0000 |
tree | 27109df9cef9a348d98864bc52c1deeb1a7cd263 | |
parent | bd8f43dbab871d19484887556632af50749786b6 [diff] |
login: use some ideas from util-linux's login. O_NONBLOCKing output on login timeout. fchmod instead of chmod (latter is racy). is_my_tty() is not needed anymore after race is fixed (is_my_tty() was racy too anyway...).