summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/setiathome/files')
-rw-r--r--sci-astronomy/setiathome/files/digest-setiathome-3.03-r14
-rw-r--r--sci-astronomy/setiathome/files/digest-setiathome-3.03-r23
-rw-r--r--sci-astronomy/setiathome/files/digest-setiathome-3.08-r42
-rw-r--r--sci-astronomy/setiathome/files/seti-conf.d-r112
-rwxr-xr-xsci-astronomy/setiathome/files/seti-init.d-r163
-rwxr-xr-xsci-astronomy/setiathome/files/setiathome-wrapper8
-rwxr-xr-xsci-astronomy/setiathome/files/setiathome-wrapper-r17
7 files changed, 0 insertions, 99 deletions
diff --git a/sci-astronomy/setiathome/files/digest-setiathome-3.03-r1 b/sci-astronomy/setiathome/files/digest-setiathome-3.03-r1
deleted file mode 100644
index 8b4a205dcd92..000000000000
--- a/sci-astronomy/setiathome/files/digest-setiathome-3.03-r1
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 cb47ccfd01e6f9764edb74ce37aa216b setiathome-3.03.powerpc-unknown-linux-gnu.tar 251904
-MD5 1091488f55cbbfa4451c3f03cc9f8177 setiathome-3.03.sparc-unknown-linux-gnu.tar 165376
-MD5 b52d2b0c29b07a30c5abdb6415927506 setiathome-3.03.ia64-Linux-gnu.tar 1697280
-MD5 8aaeb4f16b4703d6f9cbf91a75ebb0b4 setiathome-3.03.hppa-parisc-palinux.tar 799744
diff --git a/sci-astronomy/setiathome/files/digest-setiathome-3.03-r2 b/sci-astronomy/setiathome/files/digest-setiathome-3.03-r2
deleted file mode 100644
index 95e4fa34bc05..000000000000
--- a/sci-astronomy/setiathome/files/digest-setiathome-3.03-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cb47ccfd01e6f9764edb74ce37aa216b setiathome-3.03.powerpc-unknown-linux-gnu.tar 251904
-MD5 1091488f55cbbfa4451c3f03cc9f8177 setiathome-3.03.sparc-unknown-linux-gnu.tar 165376
-MD5 b52d2b0c29b07a30c5abdb6415927506 setiathome-3.03.ia64-Linux-gnu.tar 1697280
diff --git a/sci-astronomy/setiathome/files/digest-setiathome-3.08-r4 b/sci-astronomy/setiathome/files/digest-setiathome-3.08-r4
deleted file mode 100644
index 759f4e99e3c6..000000000000
--- a/sci-astronomy/setiathome/files/digest-setiathome-3.08-r4
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 01d05178bd22c36b2e411dd12f23661a setiathome-3.08.i686-pc-linux-gnu.tar 247808
-MD5 2e2f81600a0a427a759bf3459b068995 setiathome-3.08.x86_64-pc-linux-gnu.tar 224768
diff --git a/sci-astronomy/setiathome/files/seti-conf.d-r1 b/sci-astronomy/setiathome/files/seti-conf.d-r1
deleted file mode 100644
index 99da78b73b1f..000000000000
--- a/sci-astronomy/setiathome/files/seti-conf.d-r1
+++ /dev/null
@@ -1,12 +0,0 @@
-# Config file for /etc/init.d/setiathome
-
-# specify the number of setiathome processes to start
-SETIATHOME_THREADS="1"
-
-# set up any options you want for setiathome here
-# for more info, `setiathome -h`
-SETIATHOME_OPTIONS="-nice 19"
-
-# this is the directory where setiathome's run-time
-# data files will be stored
-SETIATHOME_DIR=/var/lib/setiathome
diff --git a/sci-astronomy/setiathome/files/seti-init.d-r1 b/sci-astronomy/setiathome/files/seti-init.d-r1
deleted file mode 100755
index 42bd9ff8e368..000000000000
--- a/sci-astronomy/setiathome/files/seti-init.d-r1
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/sbin/runscript
-
-if [ -z "${SETIATHOME_THREADS}" ]; then
- SETIATHOME_THREADS=$( egrep -c "^bogomips" /proc/cpuinfo )
-fi
-
-depend() {
- use net
-}
-
-checkconfig() {
- SETIBINDIR="/opt/setiathome"
- if [ ! -e "${SETIATHOME_DIR}" ] ; then
- einfo "Creating ${SETIATHOME_DIR}"
- mkdir "${SETIATHOME_DIR}"
- fi
-
- if [ ! -e "${SETIATHOME_DIR}/user_info.sah" ] ; then
- eerror "Please setup SETI@home first by running the following commands:"
- eerror cd "${SETIATHOME_DIR}"
- eerror ${SETIBINDIR}/setiathome -login ${SETIATHOME_OPTIONS}
- return 1
- fi
-
- if [ "${SETIATHOME_THREADS}" != '1' ] ; then
- cd ${SETIATHOME_DIR}
- for thread in `seq 2 "${SETIATHOME_THREADS}"`; do
- if [ ! -e "${SETIATHOME_DIR}/thread${thread}" ]; then
- mkdir "${SETIATHOME_DIR}/thread${thread}"
- cp "${SETIATHOME_DIR}/user_info.sah" "${SETIATHOME_DIR}/thread${thread}"
- fi
- done
- fi
- return 0
-}
-
-start() {
- checkconfig || return 1;
-
- if [ "${SETIATHOME_THREADS}" = '1' ] ; then
- ebegin "Starting SETI@home"
- else
- ebegin "Starting SETI@home (${SETIATHOME_THREADS} threads)"
- fi
-
- for thread in `seq 1 "${SETIATHOME_THREADS}"`; do
- cd "${SETIATHOME_DIR}"
- if [ "${thread}" != '1' ]; then
- cd "thread${thread}"
- fi
-
- ${SETIATHOME_DIR}/setiwrapper ${SETIBINDIR} ${SETIATHOME_OPTIONS} >& setiathome.log &
- done
-
- eend $?
-}
-
-stop() {
- ebegin "Stopping SETI@home"
- killall setiwrapper
- killall setiathome
- eend $?
-}
diff --git a/sci-astronomy/setiathome/files/setiathome-wrapper b/sci-astronomy/setiathome/files/setiathome-wrapper
deleted file mode 100755
index 08382b611113..000000000000
--- a/sci-astronomy/setiathome/files/setiathome-wrapper
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-cd $(dirname $0)
-dir=${1}
-shift
-while :; do
- ${dir}/setiathome "$@"
- wait $?
-done
diff --git a/sci-astronomy/setiathome/files/setiathome-wrapper-r1 b/sci-astronomy/setiathome/files/setiathome-wrapper-r1
deleted file mode 100755
index 26a544a07a64..000000000000
--- a/sci-astronomy/setiathome/files/setiathome-wrapper-r1
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-dir=${1}
-shift
-while :; do
- ${dir}/setiathome "$@"
- wait $?
-done