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.
This commit is contained in:
parent
754adcc08a
commit
952140bbe1
@ -489,14 +489,6 @@ main(int argc, char *argv[])
|
||||
if (errno != EROFS)
|
||||
syslog(LOG_ERR, "chown(%s): %m", ttyn);
|
||||
|
||||
/*
|
||||
* Exclude cons/vt/ptys only, assume dialup otherwise
|
||||
* TODO: Make dialup tty determination a library call
|
||||
* for consistency (finger etc.)
|
||||
*/
|
||||
if (hflag && isdialuptty(tty))
|
||||
syslog(LOG_INFO, "DIALUP %s, %s", tty, pwd->pw_name);
|
||||
|
||||
#ifdef LOGALL
|
||||
/*
|
||||
* Syslog each successful login, so we don't have to watch
|
||||
|
Loading…
Reference in New Issue
Block a user