Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247983 Details for
Bug 338017
net-p2p/mldonkey: add support for sending shutdown signals via telnet
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff from conf.d script, shipped with 3.0.0 version
mldonkey.confd.diff (text/plain), 664 bytes, created by
Mike Kazantsev
on 2010-09-19 10:54:18 UTC
(
hide
)
Description:
Diff from conf.d script, shipped with 3.0.0 version
Filename:
MIME Type:
Creator:
Mike Kazantsev
Created:
2010-09-19 10:54:18 UTC
Size:
664 bytes
patch
obsolete
>--- a/files/mldonkey.confd-2.8 2007-01-24 22:40:27.000000000 +0500 >+++ b/files/mldonkey.confd 2010-08-21 12:46:48.393616211 +0600 >@@ -27,11 +27,17 @@ > # nice level, 0<x<19, more nice -> less cpuspeed consumed > NICE="19" > >+ > # mldonkey server ip, usually localhost >-SERVER="localhost" >+SERVER=127.0.0.1 >+ >+## for sending shutdown signal via web interface >+#WEB_PORT=4080 > >-# port for webinterface, usually 4080 >-PORT="4080" >+## for sending shutdown signal via ncat: >+TELNET_PORT=4000 >+# telnet command, must be non-tty, like nc (netcat packages) or ncat (nmap) >+TELNET_CMD=ncat > > # to enable password restricted access, > # uncomment and set BOTH following vars:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 338017
:
247972
|
247973
|
247981
|
247983
|
248208
|
248209