Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 80055

Summary: the copy_client_config script from foldingathome borked the client.cfg file each time is launched
Product: Gentoo Linux Reporter: François MASSON <tereutes>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://forum.folding-community.org/viewtopic.php?p=89013#89013
Whiteboard:
Package list:
Runtime testing required: ---

Description François MASSON 2005-01-30 05:15:28 UTC
The python ConfigParser lib insert invalide spaces in config file.


Reproducible: Always
Steps to Reproduce:
1. /etc/init/flodingathome start
2.
3.

Actual Results:  
[settings]
username = [LEENFAT]DT
machineid = 1
bigpackets = yes
team = 51
asknet = no
local = 4


Expected Results:  
[settings]
username=[LEENFAT]DT
machineid=1
bigpackets=yes
team=51
asknet=no
local=4
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2005-01-31 01:47:41 UTC

*** This bug has been marked as a duplicate of 77580 ***