diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-02-24 08:27:36 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-02-24 08:27:36 +0000 |
commit | 6e0bfd0c332a6c61cce50e85f4c6999c0f900cd8 (patch) | |
tree | 0ff8d3ee17f10a018918d1128d8b12b32337b909 /security/ssh/files/patch-bd | |
parent | fix PLIST. (diff) |
Make IPv6-enable ssh works on socks environment.
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
Reviewed by: shin, Robert Muir <rmuir@looksharp.net>
Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
Approved by: torstenb
Notes
Notes:
svn path=/head/; revision=26248
Diffstat (limited to 'security/ssh/files/patch-bd')
-rw-r--r-- | security/ssh/files/patch-bd | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/security/ssh/files/patch-bd b/security/ssh/files/patch-bd index d6c0361ff73e..7cb3c119c216 100644 --- a/security/ssh/files/patch-bd +++ b/security/ssh/files/patch-bd @@ -1,8 +1,19 @@ *** config.h.in.orig Wed May 12 13:20:04 1999 ---- config.h.in Mon Jan 10 22:56:13 2000 +--- config.h.in Thu Feb 24 17:12:10 2000 +*************** +*** 285,290 **** +--- 285,292 ---- + #undef Rdup2 + #undef Rfclose + #undef Rgethostbyname ++ #undef Rgetaddrinfo ++ + + /* Set this to allow group writeability of $HOME, .ssh and authorized_keys */ + #undef ALLOW_GROUP_WRITEABILITY *************** *** 323,328 **** ---- 323,346 ---- +--- 325,348 ---- /etc/nologin.allow. */ #undef NOLOGIN_ALLOW @@ -29,7 +40,7 @@ *************** *** 375,385 **** ---- 393,409 ---- +--- 395,411 ---- /* Define if you have the ftruncate function. */ #undef HAVE_FTRUNCATE |