diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-02 19:13:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-02 19:13:35 +0000 |
commit | 80a41627b459c956ee454c9981d13ef5de3ae728 (patch) | |
tree | 745e57ccf0ccc3bb0cf9e9897a824f13da84e34d /ftp/wu-ftpd+ipv6/files/patch-ai | |
parent | Use another method of persuading MakeMaker to not install things into (diff) |
Use official patches set
(fix wrong place of pasv-allow fix as result)
Notes
Notes:
svn path=/head/; revision=48358
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ai')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ai | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ai b/ftp/wu-ftpd+ipv6/files/patch-ai index 13a3588117c7..8faea955fd18 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-ai +++ b/ftp/wu-ftpd+ipv6/files/patch-ai @@ -1,5 +1,5 @@ ---- config.h.orig Sun Jul 29 23:29:57 2001 -+++ config.h Sun Jul 29 23:30:55 2001 +--- 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 */ @@ -38,3 +38,9 @@ /* * 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 |