schedtool: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:39:29 +00:00
parent 9e6d85591a
commit 41884e8bd5
4 changed files with 0 additions and 57 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/schedtool
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rwxr-xr-x root/root usr/man/man8/schedtool.8.gz

View File

@ -1 +0,0 @@
06896c295c58be19c4c330234a0c02aa schedtool-1.2.6.tar.bz2

View File

@ -1,18 +0,0 @@
# Description: schedtool interfaces with the Linux CPU scheduler
# URL: http://freequaos.host.sk/schedtool/
# Maintainer:
# Packager:
# Depends on:
name=schedtool
version=1.2.6
release=1
source=(http://freequaos.host.sk/schedtool/schedtool-$version.tar.bz2)
build() {
cd $name-$version
make no_affinity
sed -i "s,DESTPREFIX=/usr/local,DESTPREFIX=${PKG}/usr," Makefile
make install
rm -rf $PKG/usr/share
}

View File

@ -1,32 +0,0 @@
PREREQUISITES:
--------------
This package is released under the terms of the GPL2; you can read it in the
file LICENSE. Use at your own risk.
SCHED_NORMAL, SCHED_FIFO and SCHED_RR are the supported out of the box
by every linux-kernel.
If you want to use special scheduling policies, get the according patches
listed below.
o SCHED_BATCH:
Kernel 2.4.18+ with Ingo Molnar's O(1)-sched-patch
[ http://www.kernel.org/pub/linux/kernel/people/mingo ]
2.5.X kernels and the stock 2.6 don't seem to know about SCHED_BATCH.
Con Kolivas maintains patches for 2.6.
[ http://ck.kolivas.org/patches/2.6 ]
o SCHED_ISO:
2.6.X and special patches by Con Kolivas
[ http://ck.kolivas.org/patches/2.6 ]
o CPU-AFFINITY:
kernel 2.5.8 or later
RedHat9 does contain a patched kernel that supports CPU-affinity
for 2.4.X the -aa series also contain support for CPU-affinity
[ http://www.kernel.org/pub/linux/kernel/people/andrea ]