summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-sshd.8
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2008-03-05 04:25:42 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2008-03-05 04:25:42 +0000
commit55eb3e28b1d7e0e1ba4f07d2b4c86fea60ab0178 (patch)
tree8bd82f85ae80fb577b1f532db744d49c4dfa8560 /security/openssh/files/patch-sshd.8
parentUpgrade to 20080302 (diff)
- expire port: Long out of date with multiple security issues.
(Don't worry, openssh-portable is still there.)
Notes
Notes: svn path=/head/; revision=208455
Diffstat (limited to 'security/openssh/files/patch-sshd.8')
-rw-r--r--security/openssh/files/patch-sshd.814
1 files changed, 0 insertions, 14 deletions
diff --git a/security/openssh/files/patch-sshd.8 b/security/openssh/files/patch-sshd.8
deleted file mode 100644
index 18d5e5dd73f6..000000000000
--- a/security/openssh/files/patch-sshd.8
+++ /dev/null
@@ -1,14 +0,0 @@
---- /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.