First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 89129
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Michal Januszewski <spock@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Hüwe <broeggle@e-beer.info>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 89129 depends on: Show dependency tree
Show dependency graph
Bug 89129 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-04-14 14:11 0000
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 From Michal Januszewski 2005-04-14 14:36:38 0000 -------
Fixed in CVS. Thanks :)

First Last Prev Next    No search results available      Search page      Enter new bug