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
Description:   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 ]

------- Comment #1 From Damien Gombault 2005-07-17 08:35:02 0000 -------
Created an attachment (id=63613) [details]
fixed amuled init.d file

------- Comment #2 From Damien Gombault 2005-07-17 08:35:46 0000 -------
Created an attachment (id=63614) [details]
fixed amuleweb init.d file

------- Comment #3 From Karol Wojtaszek (RETIRED) 2005-08-27 10:19:00 0000 -------
Fixed in the tree, thanks.