diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-09 16:32:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-09 16:32:59 +0000 |
commit | 701aaeb25ffd541baf0fa29c3a73daa1bf9c3b69 (patch) | |
tree | 285187d68f2f22ee34fee9ea3ab35b91f192a861 /security | |
parent | 16f47d63801ec4f0d0b1d757a5c0893dee15caea (diff) | |
download | FreeBSD-ports-701aaeb25ffd541baf0fa29c3a73daa1bf9c3b69.zip FreeBSD-ports-701aaeb25ffd541baf0fa29c3a73daa1bf9c3b69.tar.gz |
Support the MDTM ftp command in the ftp-gw.
Submitted by: Alexander V. Tischenko <flash@hway.ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/fwtk/files/patch-ao | 10 |
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 0000000..5201452 --- /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 + }; + |