components/openssh/patches/003-last_login.patch
branchs11u3-sru
changeset 7320 edeb951aa980
parent 6076 0d5715bee554
child 7946 165bf092aa9c
--- a/components/openssh/patches/003-last_login.patch	Wed Nov 16 12:04:24 2016 -0800
+++ b/components/openssh/patches/003-last_login.patch	Wed Nov 16 12:17:49 2016 -0800
@@ -18,24 +18,24 @@
 diff -pur old/sshd_config.5 new/sshd_config.5
 --- old/sshd_config.5
 +++ new/sshd_config.5
-@@ -1308,8 +1308,8 @@ Specifies whether
+@@ -1300,8 +1300,8 @@ Specifies whether
  .Xr sshd 8
  should print the date and time of the last user login when a user logs
  in interactively.
 -The default is
 -.Dq yes .
-+On Solaris this option is always ignored since pam_unix_session(5)
++On Solaris this option is always ignored since pam_unix_session(7)
 +reports the last login time.
  .It Cm PrintMotd
  Specifies whether
  .Xr sshd 8
-@@ -1735,7 +1735,8 @@ This file should be writable by root onl
+@@ -1721,7 +1721,8 @@ This file should be writable by root onl
  (though not necessary) that it be world-readable.
  .El
  .Sh SEE ALSO
 -.Xr sshd 8
 +.Xr sshd 8 ,
-+.Xr pam_unix_session 5
++.Xr pam_unix_session 7
  .Sh AUTHORS
  OpenSSH is a derivative of the original and free
  ssh 1.2.12 release by Tatu Ylonen.