login: Remove broken dialup log message.
authorjilles <jilles@FreeBSD.org>
Sat, 19 Apr 2014 13:47:32 +0000 (13:47 +0000)
committerjilles <jilles@FreeBSD.org>
Sat, 19 Apr 2014 13:47:32 +0000 (13:47 +0000)
commit952140bbe1b9820206dd142048c7c01190ab73c1
tree1f2011e8645fe084f7d981e61cf4815d40d96659
parent754adcc08a3ed6ae332dc040469e290a1783411d
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