diff options
author | ache <ache@FreeBSD.org> | 1997-04-16 21:07:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-16 21:07:36 +0000 |
commit | b48dc1fc7cc88ecfffac76ac4bfde83de8022f12 (patch) | |
tree | 01d5c47a9b7b7922eb9d416abff5a06755fee0db /security/ssh2/files | |
parent | 4873712f71d4edb031ce34b13fae3ec575a0e5ca (diff) | |
download | FreeBSD-ports-b48dc1fc7cc88ecfffac76ac4bfde83de8022f12.zip FreeBSD-ports-b48dc1fc7cc88ecfffac76ac4bfde83de8022f12.tar.gz |
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>
Diffstat (limited to 'security/ssh2/files')
-rw-r--r-- | security/ssh2/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh2/files/patch-af b/security/ssh2/files/patch-af index 8106886..94bfa15 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) |