mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...
Date: Mon, 23 Oct 2006 12:17:35 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/10/23 12:17:35

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverCommands.ml 

Log message:
        patch #5476

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1057&r2=1.1058
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/driver/driverCommands.ml?cvsroot=mldonkey&r1=1.184&r2=1.185

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1057
retrieving revision 1.1058
diff -u -b -r1.1057 -r1.1058
--- distrib/ChangeLog   21 Oct 2006 20:01:23 -0000      1.1057
+++ distrib/ChangeLog   23 Oct 2006 12:17:34 -0000      1.1058
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2006/10/23
+5476: Urladd: Change default period to 0 (load file only when core starts)
+
 2006/10/21
 5473: Log: Redirect CryptoPP messages to MLDonkey logfile (Schlumpf)
 5472: Urladd: New optional parameter period (in hours) (thx to Schlumpf)

Index: src/daemon/driver/driverCommands.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/driver/driverCommands.ml,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -b -r1.184 -r1.185
--- src/daemon/driver/driverCommands.ml 21 Oct 2006 19:37:34 -0000      1.184
+++ src/daemon/driver/driverCommands.ml 23 Oct 2006 12:17:35 -0000      1.185
@@ -337,7 +337,7 @@
     "urladd", Arg_multiple (fun args o ->
        let (kind, url, period) = match args with
           | [kind; url; period] -> kind, url, int_of_string period
-          | [kind; url] -> kind, url, 1
+          | [kind; url] -> kind, url, 0
           | _  -> failwith "Bad number of arguments"
         in
        web_infos_add kind period url;
@@ -345,7 +345,7 @@
         "url added to web_infos. downloading now"
     ), "<kind> <url> [<period>]:\t\t\tload this file from the web\n"
        ^"\t\t\t\t\tkind is either server.met (if the downloaded file is a 
server.met)\n"
-       ^"\t\t\t\t\tperiod is the period between updates (in hours, 0 = only 
loaded at startup)";
+       ^"\t\t\t\t\tperiod is the period between updates (in hours, default 0 = 
only loaded at startup)";
 
     "urlremove", Arg_one (fun url o ->
        if web_infos_exists url then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]