From 41884e8bd5844891727c37c24d144407f4a359c9 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:39:29 +0000 Subject: [PATCH] schedtool: moved to attic --- schedtool/.footprint | 6 ------ schedtool/.md5sum | 1 - schedtool/Pkgfile | 18 ------------------ schedtool/README | 32 -------------------------------- 4 files changed, 57 deletions(-) delete mode 100644 schedtool/.footprint delete mode 100644 schedtool/.md5sum delete mode 100644 schedtool/Pkgfile delete mode 100644 schedtool/README diff --git a/schedtool/.footprint b/schedtool/.footprint deleted file mode 100644 index 8825025ad..000000000 --- a/schedtool/.footprint +++ /dev/null @@ -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 diff --git a/schedtool/.md5sum b/schedtool/.md5sum deleted file mode 100644 index 12660c7ce..000000000 --- a/schedtool/.md5sum +++ /dev/null @@ -1 +0,0 @@ -06896c295c58be19c4c330234a0c02aa schedtool-1.2.6.tar.bz2 diff --git a/schedtool/Pkgfile b/schedtool/Pkgfile deleted file mode 100644 index 5b0f2f949..000000000 --- a/schedtool/Pkgfile +++ /dev/null @@ -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 -} diff --git a/schedtool/README b/schedtool/README deleted file mode 100644 index e1e25888c..000000000 --- a/schedtool/README +++ /dev/null @@ -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 ]