Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mldonkey_options(1) [debian man page]

MLDONKEY_OPTIONS(1)						  [FIXME: manual]					       MLDONKEY_OPTIONS(1)

NAME
mldonkey_options - a configuration editor for mlnet init file. SYNOPSIS
mldonkey_options [-s] [-g name] {-f file} DESCRIPTION
This manual page documents briefly the mldonkey_options command. This manual page was written for the Debian GNU/Linux distribution because the original program is Debian GNU/Linux specific. This script was written by the debian developer to enable easy configuration through debconf of mlnet server. There is two way of using it : fetching a variable or setting variable. -f file This option is needed. This is the name of the file which will be opened and parsed. -g name Name of the variable to fetch. Be conscient that only some variable can be outputed. Only string, ident, simple list, int and float variable can be displayed. All the variable will be displayed unquoted. It is very limitative, but it is recommended to use it only to fetch some simple value : password, port... -s The application switch to option edition. In fact you will have to type all variable as you want it to be set in the file. At the end of the input the file is writtent and contains all the value sets. If one option, you set, is not in the file, it will be append at the end of the file LICENSE
This manual page was originally written by Sylvain Le Gall gildor@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage. SEE ALSO
mlnet (1) AUTHORS
Sylvain Le Gall <gildor@debian.org> Author. Mehdi Dogguy <dogguy@pps.jussieu.fr> Author. COPYRIGHT
Copyright (C) 2003, 2004, 2005, 2006 Sylvain Le Gall Copyright (C) 2009 Mehdi Dogguy [FIXME: source] Mar 14, 2009 MLDONKEY_OPTIONS(1)

Check Out this Related Man Page

MAKE_MY_CHAMO(1)						  [FIXME: manual]						  MAKE_MY_CHAMO(1)

NAME
make_my_chamo - Building custom chamo executable. SYNOPSIS
make_my_chamo [ocamlopt option...] DESCRIPTION
This manual page documents briefly the make_my_chamo command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. The native version of Chamo can not interpret OCaml code to modify its behaviour. However, it is possible to create your own native version of Chamo including personal modifications. This is the purpose of the tool make_my_chamo. This script allows to compile a Chamo including additional modules to extend and customize Chamo's behaviour while keeping the advantages of the native code. The script launches a compilation command using the OCaml compiler generating native code (ocamlopt). All options of this compiler can be used in the parameters of make_my_chamo. See ocamlopt manpages for a complete list of options. EXAMPLE
For example, the following command creates a native code executable ~/bin/mychamo.x which includes the default configuration module ~/.cameleon2/chamo.init.ml: make_my_chamo -o ~/mychamo.x ~/.cameleon2/chamo.init.ml LICENSE
This manual page was written by Sylvain Le Gall gildor@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage. SEE ALSO
ocamlopt (1) AUTHOR
Sylvain Le Gall <gildor@debian.org> Author. COPYRIGHT
Copyright (C) 2005, 2006 Sylvain Le Gall [FIXME: source] Nov 12, 2006 MAKE_MY_CHAMO(1)
Man Page