summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-03-20 07:37:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-03-20 07:37:02 +0000
commite0febedaa394b483fbebcf078a10d84631b81028 (patch)
treeef9be0fab0b94e8090a01daf455785a5cd7fe55a /ftp/wu-ftpd/files
parentupgrade to 0.3 (diff)
Upgrade to 2.6.2
Notes
Notes: svn path=/head/; revision=56373
Diffstat (limited to 'ftp/wu-ftpd/files')
-rw-r--r--ftp/wu-ftpd/files/patch-ak11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/wu-ftpd/files/patch-ak b/ftp/wu-ftpd/files/patch-ak
deleted file mode 100644
index ba65587542a6..000000000000
--- a/ftp/wu-ftpd/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ftpd.c 2000/07/07 22:17:38 1.113
-+++ src/ftpd.c 2000/08/29 17:26:23
-@@ -7274,7 +7274,7 @@
- int which;
- struct aclmember *entry = NULL;
- (void) acl_getclass(class);
-- while (getaclentry("port-allow", &entry)) {
-+ while (getaclentry("pasv-allow", &entry)) {
- if ((ARG0 != NULL) && (strcasecmp(class, ARG0) == 0))
- for (which = 1; (which < MAXARGS) && (ARG[which] != NULL); which++) {
- if (hostmatch(ARG[which], remoteaddr, NULL))