aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-16 21:07:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-16 21:07:36 +0000
commit62128c83d1b35ee3adaab9c55eb35f90cebdbfce (patch)
tree415e7b24086a1886c9293e1b6cab8b054604c292
parent29fe1065ad74c2a1d6ac36158c841b5d8373d666 (diff)
Disable extended LOGIN_CAP $MAIL processing until it will be fixed
properly. In old variant /var/mail/root was always checked instead of /var/mail/<user>
-rw-r--r--security/ssh/files/patch-af2
-rw-r--r--security/ssh2/files/patch-af2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/files/patch-af b/security/ssh/files/patch-af
index 81068869685f..94bfa1563a51 100644
--- a/security/ssh/files/patch-af
+++ b/security/ssh/files/patch-af
@@ -113,7 +113,7 @@
+ #ifdef __FreeBSD__
+ if (command == NULL && !quiet_login)
+ {
-+ #ifdef HAVE_LOGIN_CAP_H
++ #ifdef broken_HAVE_LOGIN_CAP_H
+ char *mp = getenv("MAIL");
+
+ if (mp != NULL)
diff --git a/security/ssh2/files/patch-af b/security/ssh2/files/patch-af
index 81068869685f..94bfa1563a51 100644
--- a/security/ssh2/files/patch-af
+++ b/security/ssh2/files/patch-af
@@ -113,7 +113,7 @@
+ #ifdef __FreeBSD__
+ if (command == NULL && !quiet_login)
+ {
-+ #ifdef HAVE_LOGIN_CAP_H
++ #ifdef broken_HAVE_LOGIN_CAP_H
+ char *mp = getenv("MAIL");
+
+ if (mp != NULL)