]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
login: Remove broken dialup log message.
authorJilles Tjoelker <jilles@FreeBSD.org>
Sat, 19 Apr 2014 13:47:32 +0000 (13:47 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sat, 19 Apr 2014 13:47:32 +0000 (13:47 +0000)
commit07426f1f0a468b4fad5d3e065952c94422242eef
tree1f2011e8645fe084f7d981e61cf4815d40d96659
parent160c0c65d71d4b9aaa987c78fd82947b09727c6b
login: Remove broken dialup log message.

For 10 years, the "DIALUP <tty>, <user>" message has required having a
hostname (-h) instead of not having a hostname; therefore, it is never
logged. Given that dialup is obsolete and this has not been fixed, remove
the log message.

Note that LOGALL, which is defined by default, logs a message for all
logins, including dialup logins.
usr.bin/login/login.c