Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98625 - Bad configuration file given (should be ~/.aMule/amule.conf instead of ~/.eMule) in amuled and amuleweb init.d files.
Summary: Bad configuration file given (should be ~/.aMule/amule.conf instead of ~/.eMu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-10 22:41 UTC by Damien Gombault
Modified: 2005-08-27 10:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed amuled init.d file (amuled.initd,921 bytes, text/plain)
2005-07-17 08:35 UTC, Damien Gombault
Details
fixed amuleweb init.d file (amuleweb.initd,962 bytes, text/plain)
2005-07-17 08:35 UTC, Damien Gombault
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Damien Gombault 2005-07-10 22:41:32 UTC
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 ]
Comment 1 Damien Gombault 2005-07-17 08:35:02 UTC
Created attachment 63613 [details]
fixed amuled init.d file
Comment 2 Damien Gombault 2005-07-17 08:35:46 UTC
Created attachment 63614 [details]
fixed amuleweb init.d file
Comment 3 Karol Wojtaszek (RETIRED) gentoo-dev 2005-08-27 10:19:00 UTC
Fixed in the tree, thanks.