[Lunar-commits] <moonbase> schedtool: moving out of zbeta
Paul Bredbury
brebs at lunar-linux.org
Fri Jan 14 09:15:06 CET 2011
commit f69f4df1d170a29d0b1fdc6705aa49902d1852a5
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Fri Jan 14 15:15:06 2011 +0700
schedtool: moving out of zbeta
---
utils/schedtool/BUILD | 9 +++++++++
utils/schedtool/DETAILS | 16 ++++++++++++++++
zbeta/schedtool/BUILD | 9 ---------
zbeta/schedtool/DETAILS | 16 ----------------
4 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/utils/schedtool/BUILD b/utils/schedtool/BUILD
new file mode 100644
index 0000000..6a52536
--- /dev/null
+++ b/utils/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/utils/schedtool/DETAILS b/utils/schedtool/DETAILS
new file mode 100644
index 0000000..969918f
--- /dev/null
+++ b/utils/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
diff --git a/zbeta/schedtool/BUILD b/zbeta/schedtool/BUILD
deleted file mode 100644
index 6a52536..0000000
--- a/zbeta/schedtool/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- # 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
deleted file mode 100644
index 969918f..0000000
--- a/zbeta/schedtool/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- 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