Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89129 - /etc/conf.d/gimps talks in acomment about setiathome (c&p leftover) ->wrong
Summary: /etc/conf.d/gimps talks in acomment about setiathome (c&p leftover) ->wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-14 14:11 UTC by Peter Hüwe
Modified: 2005-04-14 14:36 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 Peter Hüwe 2005-04-14 14:11:42 UTC
cat /etc/conf.d/gimps

# Config file for /etc/init.d/gimps

# the number of CPUs GIMPS will use
GIMPS_CPUS="1"

# set up any options you want for GIMPS
# for more info, `mprime -h`
# GIMPS_OPTIONS=""

# this is the directory where setiathome's run-time
# data files will be stored
GIMPS_DIR=/var/lib/gimps

-->setiathome is wrong

Reproducible: Always
Steps to Reproduce:
1.cat /etc/conf.d/gimps
2.
3.

Actual Results:  

# Config file for /etc/init.d/gimps

# the number of CPUs GIMPS will use
GIMPS_CPUS="1"

# set up any options you want for GIMPS
# for more info, `mprime -h`
# GIMPS_OPTIONS=""

# this is the directory where setiathome's run-time
# data files will be stored
GIMPS_DIR=/var/lib/gimps

Expected Results:  

# Config file for /etc/init.d/gimps

# the number of CPUs GIMPS will use
GIMPS_CPUS="1"

# set up any options you want for GIMPS
# for more info, `mprime -h`
# GIMPS_OPTIONS=""

# this is the directory where gimps's run-time
# data files will be stored
GIMPS_DIR=/var/lib/gimps

this may help:
perl -pi -e 's/setiathome/gimps/' /etc/conf.d/gimps
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2005-04-14 14:36:38 UTC
Fixed in CVS. Thanks :)