diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-05 18:23:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-05 18:23:50 +0000 |
commit | 377dd31ae2ee6b07b55b65c82d716331c56cd346 (patch) | |
tree | b71b6f172448aa17c03e855aab755f07fe8439ef /usr.bin | |
parent | cfd268057fcb5adbebb5c1e7e64d3ba6d5d790c6 (diff) |
dialup stuff is garbage
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/login/login.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 7e7e4085607..4148d1e4c9c 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login.c,v 1.9 1996/10/31 03:22:10 millert Exp $ */ +/* $OpenBSD: login.c,v 1.10 1996/11/05 18:23:49 deraadt Exp $ */ /* $NetBSD: login.c,v 1.13 1996/05/15 23:50:16 jtc Exp $ */ /*- @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif -static char rcsid[] = "$OpenBSD: login.c,v 1.9 1996/10/31 03:22:10 millert Exp $"; +static char rcsid[] = "$OpenBSD: login.c,v 1.10 1996/11/05 18:23:49 deraadt Exp $"; #endif /* not lint */ /* @@ -430,9 +430,6 @@ main(argc, argv) (void)setenv("KRB5CCNAME", krbtkfile_env, 1); #endif - if (tty[sizeof("tty")-1] == 'd') - syslog(LOG_INFO, "DIALUP %s, %s", tty, pwd->pw_name); - /* If fflag is on, assume caller/authenticator has logged root login. */ if (rootlogin && fflag == 0) if (hostname) |