/[mldonkey]/mldonkey/src/daemon/common/commonComplexOptions.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonComplexOptions.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by spiralvoice, Wed Aug 31 23:54:02 2005 UTC revision 1.31 by spiralvoice, Wed Aug 31 23:55:26 2005 UTC
# Line 820  module SharedDirectoryOption = struct Line 820  module SharedDirectoryOption = struct
820        
821  let shared_directories =  let shared_directories =
822    define_option CommonOptions.path_section ["shared_directories" ]    define_option CommonOptions.path_section ["shared_directories" ]
823    "Directories where files will be shared"    "                Incoming and shared directories.
824       At least two entries have to be present here, one with strategy
825       incoming_files and one with strategy incoming_directories.
826       Both entries can point to the same directory.
827       If one of the two strategies is missing, MLDonkey will create a default
828       directory with its entry here.
829       Finished BT multifile downloads are committed to the first directory
830       with strategy incoming_directories. Other downloads are committed
831       to the first directory with the strategy incoming_files.
832       If more than one directory has one of the incoming_* strategies
833       it will be ignored on commit, but they are shared nonetheless.
834       Other strategies can be found in searches.ini, section customized_sharing."
835      (list_option SharedDirectoryOption.t)      (list_option SharedDirectoryOption.t)
836    [    [
837      {      {

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26