summaryrefslogtreecommitdiff
path: root/ftp/proftpd/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/proftpd/files/patch-ai')
-rw-r--r--ftp/proftpd/files/patch-ai11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/proftpd/files/patch-ai b/ftp/proftpd/files/patch-ai
deleted file mode 100644
index 418c0c058178..000000000000
--- a/ftp/proftpd/files/patch-ai
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/mod_ratio.c.orig Sun Oct 20 13:49:21 2002
-+++ contrib/mod_ratio.c Sun Oct 20 13:50:11 2002
-@@ -606,7 +606,7 @@
- add_response(R_214,
- "Bytes: %s Down: %imb Up: %imb CR: %i Mbytes",
- stats.btext, (stats.bretr / 1024), (stats.bstor / 1024),
-- (stats.bytes / 1024), stats.bytes);
-+ (stats.bytes / 1024));
- return HANDLED(cmd);
- }
-