diff --git a/proftpd.conf b/proftpd.conf index e81be99..f2fb10d 100644 --- a/proftpd.conf +++ b/proftpd.conf @@ -58,6 +58,10 @@ MaxInstances 20 User nobody Group nobody +# Disable sendfile by default since it breaks displaying the download speeds in +# ftptop and ftpwho +UseSendfile no + # This is where we want to put the pid file ScoreboardFile /var/run/proftpd.score diff --git a/proftpd.spec b/proftpd.spec index 852e6ad..5008f31 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -181,6 +181,10 @@ fi %changelog +* Mon Jul 3 2006 Matthias Saou 1.3.0-5 +- Disable sendfile by default since it breaks displaying the download speed in + ftptop and ftpwho (#196913). + * Mon Jun 19 2006 Matthias Saou 1.3.0-4 - Include ctrls restart patch, see #195884 (patch from proftpd.org #2792).