]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
1) Proberly conditionalize PAM "last login" printout.
authorAndrey A. Chernov <ache@FreeBSD.org>
Tue, 23 Apr 2002 12:36:11 +0000 (12:36 +0000)
committerAndrey A. Chernov <ache@FreeBSD.org>
Tue, 23 Apr 2002 12:36:11 +0000 (12:36 +0000)
commit098de0c17295be44383e836482dd0d1ff266d760
tree3648e951f240936c83708423b4dc7d1eb7d4b392
parent7d590cc46f415a42c4ded1dec78eeec87796ec96
1) Proberly conditionalize PAM "last login" printout.
2) For "copyright" case #ifdef HAVE_LOGIN_CAP was placed on too big block,
narrow it down.
3) Don't check the same conditions twice (for "copyright" and "welcome"),
put them under single block.
4) Print \n between "copyright" and "welcome" as our login does.

Reviewed by: des (1)
crypto/openssh/session.c