diff options
author | 2013-04-16 17:18:07 +0000 | |
---|---|---|
committer | 2013-04-16 17:18:07 +0000 | |
commit | c8a684bd29487ad368bc3d496ba15e07b6e2112d (patch) | |
tree | ee551384aadf774a08936a69acf0c665cfad7ef5 /sci-biology/foldingathome/files | |
parent | Stable for x86, wrt bug #422197 (diff) | |
download | gentoo-2-c8a684bd29487ad368bc3d496ba15e07b6e2112d.tar.gz gentoo-2-c8a684bd29487ad368bc3d496ba15e07b6e2112d.tar.bz2 gentoo-2-c8a684bd29487ad368bc3d496ba15e07b6e2112d.zip |
version bump, remove old; updated license and added RESTRICT as per license requirements, also added 32bit variant
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sci-biology/foldingathome/files')
-rw-r--r-- | sci-biology/foldingathome/files/6.34/fah-init | 27 | ||||
-rw-r--r-- | sci-biology/foldingathome/files/6.34/folding-conf.d | 30 | ||||
-rw-r--r-- | sci-biology/foldingathome/files/6.34/initfolding | 6 |
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 - |