From abb2ec27a5cab8e51a8818d12606750c231a1a12 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 21 Feb 2000 01:23:12 +0000 Subject: Turn on RFC931 compiled-in support because it can be turned off (when needed) in ftpaccess config --- ftp/wu-ftpd/files/patch-ai | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'ftp/wu-ftpd') diff --git a/ftp/wu-ftpd/files/patch-ai b/ftp/wu-ftpd/files/patch-ai index c4f095554cfd..5b3051f5d1c4 100644 --- a/ftp/wu-ftpd/files/patch-ai +++ b/ftp/wu-ftpd/files/patch-ai @@ -1,6 +1,6 @@ ---- config.h.orig Thu Mar 4 09:45:57 1999 -+++ config.h Tue Mar 9 16:33:39 1999 -@@ -74,7 +74,7 @@ +--- config.h.orig Mon Feb 21 03:51:58 2000 ++++ config.h Mon Feb 21 04:18:17 2000 +@@ -101,7 +101,7 @@ * See FIXES-2.4-HOBBIT for more information on this option. */ @@ -9,7 +9,16 @@ /* * OPIE -@@ -203,7 +203,7 @@ +@@ -132,7 +132,7 @@ + * Define this if you want to use RFC 931 'authentication' - this improves + * the logging at the cost of a possible slight delay in connection. + */ +-#undef USE_RFC931 ++#define USE_RFC931 + + /* + * BUFFER_SIZE +@@ -232,7 +232,7 @@ * Undefine this to let NOOP reset the idle timeout. */ @@ -18,7 +27,7 @@ /* * XFERLOG_REALPATH -@@ -257,7 +257,7 @@ +@@ -286,7 +286,7 @@ * the risk of PASV port race stealing the connection. It also is non-RFC * compliant, so it may cause problems for some client sites. */ -- cgit