diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-04-18 18:01:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-18 18:01:22 +0700 |
commit | c0bb4eb77fafcab1ecb112ef1a996461c5efabc8 (patch) | |
tree | 4fe8e8058cd26d4ec945609c96b8c3e896ae9c60 | |
parent | beee599a3dfb74a36defa44a9f471a1f5bc42bad (diff) | |
download | slackbuilds-c0bb4eb77fafcab1ecb112ef1a996461c5efabc8.tar.gz |
system/forkstat: Updated for version 0.01.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/forkstat/README | 11 | ||||
-rw-r--r-- | system/forkstat/forkstat.SlackBuild | 4 | ||||
-rw-r--r-- | system/forkstat/forkstat.info | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/system/forkstat/README b/system/forkstat/README index 0ca19a6e64..d57c858412 100644 --- a/system/forkstat/README +++ b/system/forkstat/README @@ -1,9 +1,10 @@ forkstat (process fork/exec/exit monitoring tool). -Forkstat is a program that logs process fork(), exec() and exit() activity. -It is useful for monitoring system behaviour and to track down rogue processes -that are spawning off processes and potentially abusing the system. +Forkstat monitors process fork(), exec() and exit() activity. +It is useful for monitoring system behaviour and to track down r ogue +processes that are spawning off processes and potentially abusing the +system. -Note that forkstat uses the Linux netlink connector to gather process activity -and this may miss events if the system is overly busy. +Note that forkstat uses the Linux netlink connector to gather process +activity and this may miss events if the system is overly busy. Netlink connector also requires root privilege. diff --git a/system/forkstat/forkstat.SlackBuild b/system/forkstat/forkstat.SlackBuild index 6cd04cab5a..6e276bf17e 100644 --- a/system/forkstat/forkstat.SlackBuild +++ b/system/forkstat/forkstat.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for forkstat. # -# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=forkstat -VERSION=${VERSION:-0.01.16} +VERSION=${VERSION:-0.01.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/forkstat/forkstat.info b/system/forkstat/forkstat.info index 62e1f18f66..2e066b9e3c 100644 --- a/system/forkstat/forkstat.info +++ b/system/forkstat/forkstat.info @@ -1,8 +1,8 @@ PRGNAM="forkstat" -VERSION="0.01.16" +VERSION="0.01.17" HOMEPAGE="http://kernel.ubuntu.com/~cking/forkstat/" -DOWNLOAD="http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-0.01.16.tar.gz" -MD5SUM="be55e9d48d6ff42189045720b8e0adb2" +DOWNLOAD="http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-0.01.17.tar.gz" +MD5SUM="46b6d565c542e67ff93e0c5cce5b290a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |