diff options
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ai')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ai | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ai b/ftp/wu-ftpd+ipv6/files/patch-ai deleted file mode 100644 index 8faea955fd18..000000000000 --- a/ftp/wu-ftpd+ipv6/files/patch-ai +++ /dev/null @@ -1,46 +0,0 @@ ---- config.h.noac.orig Tue Oct 2 23:07:36 2001 -+++ config.h.noac Tue Oct 2 23:08:15 2001 -@@ -109,9 +109,7 @@ - * Add OPIE support -- REQUIRES OPIE libraries - */ - --#if !defined (LINUX) /* Linux autodetects OPIE */ --#undef OPIE --#endif -+#define OPIE - - /* - * ALTERNATE_CD -@@ -132,7 +130,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 +230,7 @@ - * Undefine this to let NOOP reset the idle timeout. - */ - --#define IGNORE_NOOP -+#undef IGNORE_NOOP - - /* - * XFERLOG_REALPATH -@@ -286,7 +284,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. - */ --#define FIGHT_PASV_PORT_RACE -+#undef FIGHT_PASV_PORT_RACE - - /* - * Define this to completely disable anonymous FTP access. -@@ -387,4 +385,4 @@ - * the NLST command enough to quell complains from Solaris command- - * line FTP client users. - */ --#undef NLST_SHOWS_DIRS -+#define NLST_SHOWS_DIRS |