summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/foldingathome/files')
-rw-r--r--sci-biology/foldingathome/files/6.34/fah-init27
-rw-r--r--sci-biology/foldingathome/files/6.34/folding-conf.d30
-rw-r--r--sci-biology/foldingathome/files/6.34/initfolding6
3 files changed, 0 insertions, 63 deletions
diff --git a/sci-biology/foldingathome/files/6.34/fah-init b/sci-biology/foldingathome/files/6.34/fah-init
deleted file mode 100644
index 60a5a8b51a4b..000000000000
--- a/sci-biology/foldingathome/files/6.34/fah-init
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $
-
-extra_commands="unitinfo"
-
-unitinfo() {
- einfo "$(head -n1 /opt/foldingathome/unitinfo.txt):"
- sed -e '1,2d' /opt/foldingathome/unitinfo.txt
-}
-
-start() {
- ebegin "Starting Folding@Home"
- cd /opt/foldingathome
- start-stop-daemon --chdir ${PWD} --user foldingathome --nicelevel 19 \
- --make-pidfile --pidfile "${PIDFILE}" \
- --start --background --exec ./fah6 -- ${FOLD_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping Folding@Home"
- start-stop-daemon --stop --user foldingathome --pidfile "${PIDFILE}"
- eend $?
- killall --user foldingathome --signal SIGKILL
-}
diff --git a/sci-biology/foldingathome/files/6.34/folding-conf.d b/sci-biology/foldingathome/files/6.34/folding-conf.d
deleted file mode 100644
index f35df986ed64..000000000000
--- a/sci-biology/foldingathome/files/6.34/folding-conf.d
+++ /dev/null
@@ -1,30 +0,0 @@
-# Config file for /etc/init.d/foldingathome
-#
-# The f@h client configuration can be found in /opt/foldingathome/client.cfg
-# Run /opt/foldingathome/initfolding to reconfigure that.
-#
-# The options may be passed to the Folding client:
-#
-# -config Configure user information
-# -configonly Configure user information, then exit
-# -help Display this usage screen
-# -queueinfo Get information on queued work units
-# -delete x Delete item #x from work queue
-# -send x Send result #x to server then exit. Use x=all to send all results
-# -verbosity x Sets the output level, from 1 to 9 (max). The default is 3
-# -pause Pause after finishing & trying to send current unit
-# -oneunit Exit after completing one unit
-# -forceasm Force core assembly optimizations to be used if available
-# -advmethods Use new advanced scientific cores and/or work units if available
-# -freeBSD Make brandelf system call on downloaded cores.
-# -openBSD Make elf2olf system call on downloaded cores.
-# -smp Use symmetric multiprocessing.
-#
-# A full listing of options can be found here:
-# http://www.stanford.edu/group/pandegroup/folding/console-userguide.html
-# But use of other options are not recommended when using the Folding client
-# as a service.
-#
-FOLD_OPTS=""
-PIDFILE=/var/run/folding
-
diff --git a/sci-biology/foldingathome/files/6.34/initfolding b/sci-biology/foldingathome/files/6.34/initfolding
deleted file mode 100644
index 3f760a1e6117..000000000000
--- a/sci-biology/foldingathome/files/6.34/initfolding
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd /opt/foldingathome
-/opt/foldingathome/fah6 -configonly
-/bin/chown -R foldingathome:nogroup /opt/foldingathome
-