[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-163-g3a2aace
Steffen Moeller
moeller at debian.org
Sun Jan 16 23:43:20 UTC 2011
The following commit has been merged in the master branch:
commit 3a2aacebbd7cf9be368cb600811054928e51dca9
Author: Steffen Moeller <moeller at debian.org>
Date: Mon Jan 17 00:03:07 2011 +0100
Updated debian/TODO.Debian
diff --git a/debian/TODO.Debian b/debian/TODO.Debian
index 81c6d12..00c8e38 100644
--- a/debian/TODO.Debian
+++ b/debian/TODO.Debian
@@ -5,6 +5,39 @@ This is a more detailed todo anyway:
TODO for this version(6.4.5)
+Init script
+===========
+
+CUDA initialisation
+-------------------
+
+ needs to happen prior to boinc-clients being started
+
+Init script ugliness
+--------------------
+
+chrt many stops at the very first problem. This is
+wrong - or not?
+
+Also, the renice with or without the -n should be
+clarified.
+
+chrt_many()
+{
+ POLICY="$1"
+ PRIO="$2"
+ NICE="$3"
+ shift 3
+ for i in "$@"; do
+ chrt -p $POLICY $PRIO $i || return
+ # increasing compatibility with older versions of renice
+ # in reaction to bug report #600134
+ renice $NICE -p $i > /dev/null || renice -n $NICE -p $i
+ done
+}
+
+
+
Licenses and debian/copyright
==============================
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list