diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-23 10:29:43 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-23 10:29:43 +0000 |
commit | 98ac740654b33d06062a639eff14931b0bd183c3 (patch) | |
tree | e7d0fb766c787f27f61db4ee2cd145cbd9058eaf /app-sci/setiathome | |
parent | fixor (diff) | |
download | historical-98ac740654b33d06062a639eff14931b0bd183c3.tar.gz historical-98ac740654b33d06062a639eff14931b0bd183c3.tar.bz2 historical-98ac740654b33d06062a639eff14931b0bd183c3.zip |
Made number of cpu detetction beter
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/files/seti-init.d-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-sci/setiathome/files/seti-init.d-r1 b/app-sci/setiathome/files/seti-init.d-r1 index e8f34956bfa6..f8cd6f189cf5 100644 --- a/app-sci/setiathome/files/seti-init.d-r1 +++ b/app-sci/setiathome/files/seti-init.d-r1 @@ -1,6 +1,6 @@ #!/sbin/runscript -cpus=`grep -c processor /proc/cpuinfo` +cpus=`egrep -c "^processor" /proc/cpuinfo` checkconfig() { if [ ! -e ${SETIATHOME_DIR} ] |