mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@941 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
36 lines
889 B
INI
36 lines
889 B
INI
|
|
|
|
(************************************)
|
|
(* Never edit options files when *)
|
|
(* the daemon is running *)
|
|
(************************************)
|
|
(* SECTION : FileTP *)
|
|
(* FileTP options *)
|
|
(************************************)
|
|
|
|
|
|
|
|
(* A list of lists, where each list contains equivalent prefixes for mirrors *)
|
|
mirrors = []
|
|
|
|
(* A list of (hostname, args). Example: [ ( "mycomputer.mydomain.fr", (ssh, "mldonkey@mycomputer.mydomain.fr") ) ] *)
|
|
remote_shells = []
|
|
|
|
(* The command to call to get a range *)
|
|
get_range = get_range
|
|
|
|
(* The argument to !!get_range to get a range *)
|
|
range_arg = range
|
|
|
|
(* (internal option) *)
|
|
(* Do not change this option, internal use only! *)
|
|
options_version = 0
|
|
|
|
(* Chunk size (in bytes) (0 = No chunks) *)
|
|
chunk_size = 0
|
|
old_urls = []
|
|
|
|
(*
|
|
The following options are not used (errors, obsolete, ...)
|
|
*)
|