summaryrefslogtreecommitdiff
path: root/security/fwtk
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-07-09 16:32:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-07-09 16:32:59 +0000
commit926dd9bf1c67b018f9614dbf35f67efd68da54a2 (patch)
tree63410a1a2820007b5bf3185fca0ca132cf3b7869 /security/fwtk
parentGNU shtool 1.4.1 -> 1.4.2 (diff)
Support the MDTM ftp command in the ftp-gw.
Submitted by: Alexander V. Tischenko <flash@hway.ru>
Notes
Notes: svn path=/head/; revision=20135
Diffstat (limited to 'security/fwtk')
-rw-r--r--security/fwtk/files/patch-ao10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-ao b/security/fwtk/files/patch-ao
new file mode 100644
index 000000000000..520145267ac1
--- /dev/null
+++ b/security/fwtk/files/patch-ao
@@ -0,0 +1,10 @@
+--- ftp-gw/ftp-gw.c.orig Fri Feb 6 03:05:43 1998
++++ ftp-gw/ftp-gw.c Mon Sep 28 19:54:10 1998
+@@ -155,6 +155,7 @@
+ "stat", OP_CONN, /* overload */ cmd_abor,
+ "dele", OP_CONN|OP_XTND, 0,
+ "size", OP_CONN, 0,
++ "mdtm", OP_CONN, 0,
+ 0, 0, 0
+ };
+