Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/libexec/ftpd Pull up revision 1.9:



details:   https://anonhg.NetBSD.org/src/rev/25d4d05df471
branches:  netbsd-1-5
changeset: 488224:25d4d05df471
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 22 08:46:21 2000 +0000

description:
Pull up revision 1.9:
  - fix RATE{GET,PUT} when the client is slower than the rate limit
  - document units RATE{GET,PUT} use
Fixes PR#10390

diffstat:

 libexec/ftpd/ftpd.conf.5 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 7441dd526150 -r 25d4d05df471 libexec/ftpd/ftpd.conf.5
--- a/libexec/ftpd/ftpd.conf.5  Thu Jun 22 08:45:10 2000 +0000
+++ b/libexec/ftpd/ftpd.conf.5  Thu Jun 22 08:46:21 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ftpd.conf.5,v 1.8 2000/01/12 22:39:29 lukem Exp $
+.\"    $NetBSD: ftpd.conf.5,v 1.8.4.1 2000/06/22 08:46:21 lukem Exp $
 .\"
 .\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 11, 2000
+.Dd June 20, 2000
 .Dt FTPD.CONF 5
 .Os
 .Sh NAME
@@ -295,7 +295,8 @@
 Set the maximum get (RETR) transfer rate throttle for
 .Ar class
 to
-.Ar rate .
+.Ar rate
+bytes per second.
 If
 .Ar rate
 is 0, the throttle is disabled.
@@ -317,7 +318,8 @@
 Set the maximum put (STOR) transfer rate throttle for
 .Ar class
 to
-.Ar rate ,
+.Ar rate 
+bytes per second,
 which is parsed as per
 .Sy rateget Ar rate .
 .It Sy template Ar class Op Ar refclass



Home | Main Index | Thread Index | Old Index