K 10 svn:author V 2 ed K 8 svn:date V 27 2010-01-10T15:18:16.820263Z K 7 svn:log V 399 Massively simplify the shutdown code of telnetd/rlogind. ulog_logout() has no effect here, since we now use ut_id as identifiers instead of ut_lines. If phantom records really turn out to be a problem, we should just use getutxline() and call pututxline() for each entry returned. There is also no need to chown/chmod the pseudo-terminal devices, because they are garbage-collected automatically. END