diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-20 16:05:00 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-20 16:05:00 +1100 |
commit | f14f93906a6bc7bfd5e7a34b86bee5bfa870a30e (patch) | |
tree | 2ee322afa07914ab91ef0a040c80c7df115e19a2 | |
parent | 21f3471f19b3b2bb288b07c62a066f9b852994b4 (diff) | |
download | contrib-f14f93906a6bc7bfd5e7a34b86bee5bfa870a30e.tar.gz contrib-f14f93906a6bc7bfd5e7a34b86bee5bfa870a30e.tar.xz |
ionice: removed as it's in util-linux-ng
-rw-r--r-- | ionice/.footprint | 6 | ||||
-rw-r--r-- | ionice/.md5sum | 1 | ||||
-rw-r--r-- | ionice/Pkgfile | 20 |
3 files changed, 0 insertions, 27 deletions
diff --git a/ionice/.footprint b/ionice/.footprint deleted file mode 100644 index 3de75a33a..000000000 --- a/ionice/.footprint +++ /dev/null @@ -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 diff --git a/ionice/.md5sum b/ionice/.md5sum deleted file mode 100644 index 5f620aad3..000000000 --- a/ionice/.md5sum +++ /dev/null @@ -1 +0,0 @@ -13cdf4b76533e8421dc49de188f85291 util-linux-2.13-pre7.tar.bz2 diff --git a/ionice/Pkgfile b/ionice/Pkgfile deleted file mode 100644 index 3007e8d72..000000000 --- a/ionice/Pkgfile +++ /dev/null @@ -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 -} - |