[Lunar-commits] <moonbase> schedtool: version 1.3.0 added to zbeta
Duncan Gibson
engelsman at lunar-linux.org
Wed May 5 20:10:27 CEST 2010
commit d2e428e8847941fa6007b66b583e6b5bdec204d8
Author: Paul Bredbury <brebs at sent.com>
Date: Wed May 5 20:10:27 2010 +0200
schedtool: version 1.3.0 added to zbeta
schedtool: new module
---
zbeta/schedtool/BUILD | 9 +++++++++
zbeta/schedtool/DETAILS | 16 ++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/zbeta/schedtool/BUILD b/zbeta/schedtool/BUILD
new file mode 100644
index 0000000..6a52536
--- /dev/null
+++ b/zbeta/schedtool/BUILD
@@ -0,0 +1,9 @@
+(
+
+ # File locations
+ sedit "s:/local::" Makefile &&
+ sedit "s:doc/\$(RELEASE):doc/schedtool:" Makefile &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/schedtool/DETAILS b/zbeta/schedtool/DETAILS
new file mode 100644
index 0000000..969918f
--- /dev/null
+++ b/zbeta/schedtool/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=schedtool
+ VERSION=1.3.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://freequaos.host.sk/schedtool
+ SOURCE_VFY=sha1:e567651032c70548d5961f8e63852260cc2fdde1
+ WEB_SITE=http://freequaos.host.sk/schedtool/
+ ENTERED=20100405
+ UPDATED=20100405
+ SHORT="Tool to query or alter a process' scheduling policy"
+
+cat << EOF
+Schedtool interfaces with the Linux CPU scheduler. It allows the user
+to set and query the CPU-affinity and nice-levels of processes, as well
+as all scheduling policies, like batch or real-time (RR/FIFO) classes
+and their priorities.
+EOF
More information about the Lunar-commits
mailing list