From c7ec96871228f4dd1497b9fc2a7ed219c8a8b20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sun, 20 Feb 2011 22:23:42 -0600 Subject: system/iotop: Updated for version 0.4.2. Signed-off-by: Robby Workman --- system/iotop/README | 7 +++---- system/iotop/iotop.SlackBuild | 2 +- system/iotop/iotop.info | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) (limited to 'system/iotop') diff --git a/system/iotop/README b/system/iotop/README index 8e7d6d8d42..5d0c993052 100644 --- a/system/iotop/README +++ b/system/iotop/README @@ -1,7 +1,6 @@ iotop is a Python program with a top-like UI used to show of behalf of which process is the I/O going on. -For iotop to work you need to have kernel with at least these options enabled: - -CONFIG_TASKSTATS=y -CONFIG_TASK_IO_ACCOUNTING=y +Both CONFIG_TASKSTATS and CONFIG_TASK_IO_ACCOUNTING need to be enabled in +your kernel config if you're using a custom kernel (Slackware's kernel does +include both of those). diff --git a/system/iotop/iotop.SlackBuild b/system/iotop/iotop.SlackBuild index 2d3a42a702..c40fdcd74a 100644 --- a/system/iotop/iotop.SlackBuild +++ b/system/iotop/iotop.SlackBuild @@ -4,7 +4,7 @@ # Written by Audrius Kažukauskas PRGNAM=iotop -VERSION=${VERSION:-0.4.1} +VERSION=${VERSION:-0.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/iotop/iotop.info b/system/iotop/iotop.info index f3db042cc6..2b2c1df0ce 100644 --- a/system/iotop/iotop.info +++ b/system/iotop/iotop.info @@ -1,10 +1,10 @@ PRGNAM="iotop" -VERSION="0.4.1" +VERSION="0.4.2" HOMEPAGE="http://guichaz.free.fr/iotop/" -DOWNLOAD="http://guichaz.free.fr/iotop/files/iotop-0.4.1.tar.bz2" -MD5SUM="36c412f201c933eabae64ce0556a56c7" +DOWNLOAD="http://guichaz.free.fr/iotop/files/iotop-0.4.2.tar.bz2" +MD5SUM="7fdc9b83fa93e87447ef00204f1e9781" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" -APPROVED="Erik Hanson" +APPROVED="rworkman" -- cgit v1.2.3