mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonComplexOp


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonComplexOptions.ml
Date: Wed, 31 Aug 2005 19:55:27 -0400

Index: mldonkey/src/daemon/common/commonComplexOptions.ml
diff -u mldonkey/src/daemon/common/commonComplexOptions.ml:1.30 
mldonkey/src/daemon/common/commonComplexOptions.ml:1.31
--- mldonkey/src/daemon/common/commonComplexOptions.ml:1.30     Wed Aug 31 
23:54:02 2005
+++ mldonkey/src/daemon/common/commonComplexOptions.ml  Wed Aug 31 23:55:26 2005
@@ -820,7 +820,18 @@
   
 let shared_directories = 
   define_option CommonOptions.path_section ["shared_directories" ] 
-  "Directories where files will be shared"
+  "                Incoming and shared directories.
+   At least two entries have to be present here, one with strategy
+   incoming_files and one with strategy incoming_directories.
+   Both entries can point to the same directory.
+   If one of the two strategies is missing, MLDonkey will create a default
+   directory with its entry here.
+   Finished BT multifile downloads are committed to the first directory
+   with strategy incoming_directories. Other downloads are committed
+   to the first directory with the strategy incoming_files.
+   If more than one directory has one of the incoming_* strategies
+   it will be ignored on commit, but they are shared nonetheless.
+   Other strategies can be found in searches.ini, section customized_sharing."
     (list_option SharedDirectoryOption.t) 
   [
     {




reply via email to

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