summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-06-14 22:16:03 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-06-14 22:16:03 +0000
commit306651ae9d6199b706aea58cd8ed00da0432f5e4 (patch)
tree9481714b39b8ebaecb5ec0ef91e2b302c303d56e /sci-biology/foldingathome/files/5.91_beta
parentRemoving foldingathome-5.91_beta as it's leaving soon (diff)
downloadgentoo-2-306651ae9d6199b706aea58cd8ed00da0432f5e4.tar.gz
gentoo-2-306651ae9d6199b706aea58cd8ed00da0432f5e4.tar.bz2
gentoo-2-306651ae9d6199b706aea58cd8ed00da0432f5e4.zip
Latest x86_64 beta client
(Portage version: 2.1.5.5)
Diffstat (limited to 'sci-biology/foldingathome/files/5.91_beta')
-rw-r--r--sci-biology/foldingathome/files/5.91_beta/fah-init36
-rw-r--r--sci-biology/foldingathome/files/5.91_beta/folding-conf.d18
-rw-r--r--sci-biology/foldingathome/files/5.91_beta/initfolding6
3 files changed, 0 insertions, 60 deletions
diff --git a/sci-biology/foldingathome/files/5.91_beta/fah-init b/sci-biology/foldingathome/files/5.91_beta/fah-init
deleted file mode 100644
index 028025e9a612..000000000000
--- a/sci-biology/foldingathome/files/5.91_beta/fah-init
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/files/5.91_beta/fah-init,v 1.1 2007/04/10 10:37:24 je_fro Exp $
-
-opts="${opts} unitinfo"
-
-unitinfo() {
- einfo "$(head -n1 /opt/foldingathome/amd64-smp/unitinfo.txt):"
- sed -e '1,2d' /opt/foldingathome/amd64-smp/unitinfo.txt
-}
-
-start() {
- ebegin "Starting Folding@Home"
- cd /opt/foldingathome/amd64-smp
- start-stop-daemon -v --chdir ${PWD} --chuid foldingathome --nicelevel 19 --start --background --exec ./fah5 -- ${FOLD_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping Folding@Home"
- start-stop-daemon -vv --stop --user foldingathome --exec /opt/foldingathome/amd64-smp/fah5
- cd /opt/foldingathome/amd64-smp
- for I in FahCore*.exe; do
- if ps ax|grep $I > /dev/null 2>&1; then
- killall -q $I > /dev/null 2>&1
- fi
- done
- sleep 1
- if ps ax|grep '[/]opt[/]foldingathome[/]amd64-smp[/]fah5' > /dev/null 2>&1; then
- eend 1
- else
- eend 0
- fi
-}
-
diff --git a/sci-biology/foldingathome/files/5.91_beta/folding-conf.d b/sci-biology/foldingathome/files/5.91_beta/folding-conf.d
deleted file mode 100644
index bae73ef785e0..000000000000
--- a/sci-biology/foldingathome/files/5.91_beta/folding-conf.d
+++ /dev/null
@@ -1,18 +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.
-#
-# Enter options here to be passed to the Folding client:
-#
-# -oneunit Instruct the client to quit following the completion of one work unit.
-# -verbosity x Sets the output level, from 1 to 9 (max). The default is 3
-# -forceasm Force core assembly optimizations to be used if available
-# -advmethods Request to be assigned any new Cores or work units.
-#
-# 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="-local"
diff --git a/sci-biology/foldingathome/files/5.91_beta/initfolding b/sci-biology/foldingathome/files/5.91_beta/initfolding
deleted file mode 100644
index 01e9041a5a5d..000000000000
--- a/sci-biology/foldingathome/files/5.91_beta/initfolding
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd /opt/foldingathome/amd64-smp
-/opt/foldingathome/amd64-smp/fah5 -configonly
-/bin/chown -R foldingathome:nogroup /opt/foldingathome/amd64-smp
-