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

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

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

revision 1.82 by spiralvoice, Sun Aug 7 10:57:34 2005 UTC revision 1.83 by spiralvoice, Mon Aug 15 20:22:50 2005 UTC
# Line 1064  let emule_mods_showall = define_option c Line 1064  let emule_mods_showall = define_option c
1064      "show all eMule mods in statistics"      "show all eMule mods in statistics"
1065      bool_option false      bool_option false
1066    
1067    let backup_options_delay = define_option current_section ["backup_options_delay"]
1068        "How often (in hours) should a backup of the ini files be written into old_config.
1069      A value of zero means that a backup is written only when the core shuts down."
1070        int_option 0
1071    
1072    let backup_options_generations = define_option current_section ["backup_options_generations"]
1073        "Define the total number of options archives in old_config."
1074        int_option 10
1075    
1076    let backup_options_format = define_option current_section ["backup_options_format"]
1077        "Define the format of the archive, zip or tar.gz are valid."
1078        string_option "tar.gz"
1079    
1080    (*    (*
1081  let password = define_option current_section ["password"]  let password = define_option current_section ["password"]
1082    "The password to access your client from the GUI (setting it disables    "The password to access your client from the GUI (setting it disables

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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