diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
commit | 5b2b1d78087f359682131bd6d150db0b610ca073 (patch) | |
tree | b0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-sshd.8 | |
parent | create ssh_config-dist and sshd_config-dist (diff) |
Rename Patches to make navigation much more easier.
Notes
Notes:
svn path=/head/; revision=55941
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. |