Signed-off-by: Karel Zak <kzak@xxxxxxxxxx> --- login-utils/login.1 | 4 +++- login-utils/login.c | 3 +++ 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/login-utils/login.1 b/login-utils/login.1 index 54b7562..d9d8333 100644 --- a/login-utils/login.1 +++ b/login-utils/login.1 @@ -219,9 +219,9 @@ login. The default value is "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin .I /etc/motd .I /etc/passwd .I /etc/nologin -.I /etc/usertty .I /etc/pam.d/login .I /etc/pam.d/remote +.I /etc/hushlogins .I .hushlogin .fi .SH "SEE ALSO" @@ -254,6 +254,8 @@ Derived from BSD login 5.40 (5/9/89) by Michael Glad (glad@xxxxxxxx) for HP-UX .br Ported to Linux 0.12: Peter Orbaek (poe@xxxxxxxxxxxx) +.br +Rewritten to PAM-only version by Karel Zak (kzak@xxxxxxxxxx) .SH AVAILABILITY The login command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. diff --git a/login-utils/login.c b/login-utils/login.c index f688307..afdb32e 100644 --- a/login-utils/login.c +++ b/login-utils/login.c @@ -4,6 +4,9 @@ * This program is derived from 4.3 BSD software and is subject to the * copyright notice below. * + * Copyright (C) 2011 Karel Zak <kzak@xxxxxxxxxx> + * Rewritten to PAM-only version. + * * Michael Glad (glad@xxxxxxxx) * Computer Science Department, Aarhus University, Denmark * 1990-07-04 -- 1.7.6.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html