diff options
Diffstat (limited to 'security/openssh/files/patch-sshd.8')
-rw-r--r-- | security/openssh/files/patch-sshd.8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openssh/files/patch-sshd.8 b/security/openssh/files/patch-sshd.8 new file mode 100644 index 000000000000..18d5e5dd73f6 --- /dev/null +++ b/security/openssh/files/patch-sshd.8 @@ -0,0 +1,14 @@ +--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/sshd.8 Tue Nov 23 18:58:38 1999 ++++ sshd.8 Sun Dec 5 22:59:58 1999 +@@ -453,8 +478,9 @@ + If the login is on a tty, records login time. + .It + Checks +-.Pa /etc/nologin ; +-if it exists, prints contents and quits ++.Pa /etc/nologin and ++.Pa /var/run/nologin ; ++if one exists, it prints the contents and quits + (unless root). + .It + Changes to run with normal user privileges. |