ionice: removed as it's in util-linux-ng

This commit is contained in:
Danny Rawlins 2007-12-20 16:05:00 +11:00
parent 21f3471f19
commit f14f93906a
3 changed files with 0 additions and 27 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ionice.1.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ionice

View File

@ -1 +0,0 @@
13cdf4b76533e8421dc49de188f85291 util-linux-2.13-pre7.tar.bz2

View File

@ -1,20 +0,0 @@
# Description: Nice levels for input and output data transfers for harddisks.
# URL: http://freshmeat.net/projects/util-linux/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on:
name=ionice
version=2.13-pre7
release=1
source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/testing/util-linux-$version.tar.bz2)
build() {
cd util-linux-$version
./configure
cd schedutils
make
install -D -m755 ionice $PKG/usr/sbin/ionice
install -D -m644 ionice.1 $PKG/usr/man/man1/ionice.1
}