mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/iotop: Updated for version 0.4.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
fb9686fc51
commit
c7ec968712
3 changed files with 8 additions and 9 deletions
|
@ -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).
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
|
||||
PRGNAM=iotop
|
||||
VERSION=${VERSION:-0.4.1}
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue