Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80055 - the copy_client_config script from foldingathome borked the client.cfg file each time is launched
Summary: the copy_client_config script from foldingathome borked the client.cfg file e...
Status: RESOLVED DUPLICATE of bug 77580
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL: http://forum.folding-community.org/vi...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 05:15 UTC by François MASSON
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***