diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-28 04:50:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-28 04:50:31 +0000 |
commit | 22f7f6acb8a8c9cacd0065e1913864821f897afc (patch) | |
tree | f9724110ed52971045a72c144d32a88b9ea616f2 /security/openssh/files/patch-includes.h | |
parent | Make configure script executable and use ${STRIP_CMD} (diff) |
Defaults changed: (Gregory Sutter)
ChallengeResponseAuthentication no
UseLogin no
SSH_PRIVSEP_USER=sshd, distributioin patch set it to nobodyh. (Jan Srzednicki)
#undef USE_PIPES, problems with ppp over ssh. (Kugimoto Takeshi)
fix missing includes for "canohost.h"
Notes
Notes:
svn path=/head/; revision=62139
Diffstat (limited to 'security/openssh/files/patch-includes.h')
-rw-r--r-- | security/openssh/files/patch-includes.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/openssh/files/patch-includes.h b/security/openssh/files/patch-includes.h index d3c5bd40d2ad..1c1f270bc466 100644 --- a/security/openssh/files/patch-includes.h +++ b/security/openssh/files/patch-includes.h @@ -1,5 +1,5 @@ --- includes.h.orig Sat Jan 26 17:44:22 2002 -+++ includes.h Sat Jun 22 12:17:34 2002 ++++ includes.h Fri Jun 28 06:23:07 2002 @@ -24,12 +24,12 @@ #include <sys/select.h> #include <sys/param.h> @@ -22,10 +22,12 @@ #include <stdio.h> #include <ctype.h> #include <errno.h> -@@ -62,5 +61,68 @@ +@@ -61,6 +60,69 @@ + * Define this to use pipes instead of socketpairs for communicating with the * client program. Socketpairs do not seem to work on all systems. */ - #define USE_PIPES 1 +-#define USE_PIPES 1 ++#undef USE_PIPES + +#if defined(__FreeBSD__) && __FreeBSD__ <= 3 +/* |