From 952140bbe1b9820206dd142048c7c01190ab73c1 Mon Sep 17 00:00:00 2001 From: jilles Date: Sat, 19 Apr 2014 13:47:32 +0000 Subject: login: Remove broken dialup log message. For 10 years, the "DIALUP , " 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 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 6ba15dc..503002d 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -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 -- cgit v1.1