Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338017 | Differences between
and this patch

Collapse All | Expand All

(-)a/files/mldonkey.confd-2.8 (-3 / +9 lines)
Lines 27-37 Link Here
27
# nice level, 0<x<19, more nice -> less cpuspeed consumed
27
# nice level, 0<x<19, more nice -> less cpuspeed consumed
28
NICE="19"
28
NICE="19"
29
29
30
30
# mldonkey server ip, usually localhost
31
# mldonkey server ip, usually localhost
31
SERVER="localhost"
32
SERVER=127.0.0.1
33
34
## for sending shutdown signal via web interface
35
#WEB_PORT=4080
32
36
33
# port for webinterface, usually 4080
37
## for sending shutdown signal via ncat:
34
PORT="4080"
38
TELNET_PORT=4000
39
# telnet command, must be non-tty, like nc (netcat packages) or ncat (nmap)
40
TELNET_CMD=ncat
35
41
36
# to enable password restricted access,
42
# to enable password restricted access,
37
# uncomment and set BOTH following vars:
43
# uncomment and set BOTH following vars:

Return to bug 338017