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
Fixed in CVS. Thanks :)