Bug 98625 - Bad configuration file given (should be ~/.aMule/amule.conf instead of ~/.eMule) in amuled and amuleweb init.d files.
|
Bug#:
98625
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: net-p2p@gentoo.org
|
Reported By: desintegr@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: Bad configuration file given (should be ~/.aMule/amule.conf instead of ~/.eMule) in amuled and amuleweb init.d files.
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-07-10 22:41 0000
|
Errors in /etc/init.d/amuled and /etc/init.d/amuleweb files.
"if ! test -f "${AMULEHOME}/.eMule"; then" should be "if ! test -f
"${AMULEHOME}/.aMule/amule.conf"; then" since aMule 2.x use .aMule/amule.conf
instead of .eMule configuration file.
From http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled :
NOTE: In aMule versions previous to 2.0.0 the ~/.aMule/amule.conf file was
~/.eMule.
Reproducible: Always
Steps to Reproduce:
1. /etc/init.d/amuled (or amuleweb) start
Actual Results:
You get : * You must start and configure amuleweb before launch it
Expected Results:
* Starting aMule Daemon ... [ ok ]
Fixed in the tree, thanks.