diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-17 22:40:09 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-17 22:40:09 +0000 |
commit | f3c3a31e23d57a7a0d971ee2e935899cd9a0dfd9 (patch) | |
tree | 89c2c97a7cded1d1c2ceec666a5a7a6a7ea0934d /app-sci/setiathome | |
parent | Version bumped. (diff) | |
download | gentoo-2-f3c3a31e23d57a7a0d971ee2e935899cd9a0dfd9.tar.gz gentoo-2-f3c3a31e23d57a7a0d971ee2e935899cd9a0dfd9.tar.bz2 gentoo-2-f3c3a31e23d57a7a0d971ee2e935899cd9a0dfd9.zip |
made a lil init script change
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/Manifest | 7 | ||||
-rw-r--r-- | app-sci/setiathome/files/seti-init.d-r1 | 6 |
2 files changed, 12 insertions, 1 deletions
diff --git a/app-sci/setiathome/Manifest b/app-sci/setiathome/Manifest new file mode 100644 index 000000000000..3a84499c7b60 --- /dev/null +++ b/app-sci/setiathome/Manifest @@ -0,0 +1,7 @@ +MD5 8f00e92ffc649271bae3ea5bbf1fe732 setiathome-3.08.ebuild 2596 +MD5 827b14ec83f4865f9671282ac77937ab setiathome-3.03-r1.ebuild 2150 +MD5 f52ffe7bce73034b856bdb72d4fa5070 ChangeLog 1392 +MD5 db91eacc14b31d45e0b5a9ec1973adb6 files/seti-init.d-r1 1612 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-setiathome-3.03-r1 0 +MD5 64b90b7744efe9d67350d46ba7142d29 files/digest-setiathome-3.08 82 +MD5 ab0a71207ad0c146d59f2b512ffae9af files/seti-conf.d-r1 225 diff --git a/app-sci/setiathome/files/seti-init.d-r1 b/app-sci/setiathome/files/seti-init.d-r1 index f8cd6f189cf5..cf582df820ca 100644 --- a/app-sci/setiathome/files/seti-init.d-r1 +++ b/app-sci/setiathome/files/seti-init.d-r1 @@ -1,6 +1,10 @@ #!/sbin/runscript -cpus=`egrep -c "^processor" /proc/cpuinfo` +cpus=`egrep -c "^bogomips" /proc/cpuinfo` + +depend() { + need net +} checkconfig() { if [ ! -e ${SETIATHOME_DIR} ] |