diff options
author | ache <ache@FreeBSD.org> | 2000-02-21 09:23:12 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-02-21 09:23:12 +0800 |
commit | abb2ec27a5cab8e51a8818d12606750c231a1a12 (patch) | |
tree | 68fce21579d07118dd2d2588091239ffb76a300b /ftp/wu-ftpd+ipv6/files | |
parent | 6a038dfaa61c0d60c80d03559033b25cbbff09b5 (diff) | |
download | freebsd-ports-gnome-abb2ec27a5cab8e51a8818d12606750c231a1a12.tar.gz freebsd-ports-gnome-abb2ec27a5cab8e51a8818d12606750c231a1a12.tar.zst freebsd-ports-gnome-abb2ec27a5cab8e51a8818d12606750c231a1a12.zip |
Turn on RFC931 compiled-in support because it can be turned off (when needed)
in ftpaccess config
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ai | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ai b/ftp/wu-ftpd+ipv6/files/patch-ai index c4f095554cfd..5b3051f5d1c4 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-ai +++ b/ftp/wu-ftpd+ipv6/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. */ |