update to 2.60, introduces an mbuf statistics probe.
This commit is contained in:
parent
4dc2ed6221
commit
41dacd1074
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2003/02/27 19:21:37 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2003/03/31 22:13:51 dhartmei Exp $
|
||||
|
||||
COMMENT= "active monitoring tool"
|
||||
V= 2.58
|
||||
V= 2.60
|
||||
DISTNAME= symon-${V}
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (symon-2.58.tar.gz) = c70b3c085912513033fc3593e87e5e31
|
||||
RMD160 (symon-2.58.tar.gz) = 4eb4c6a848cbdc79d957b99d3cd03ef088672a15
|
||||
SHA1 (symon-2.58.tar.gz) = b870ad2ecb54229c1e9c7c0cd9da50d6550270fb
|
||||
MD5 (symon-2.60.tar.gz) = 8b57c61078faf5d5eaadef5f342d8306
|
||||
RMD160 (symon-2.60.tar.gz) = 36650923c893b4521e4c9f584f2b547925a070ff
|
||||
SHA1 (symon-2.60.tar.gz) = c2f7dd6df28cd02a37d79358effefc262c74a5fa
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-symon_sm_io_c,v 1.1 2003/03/23 19:05:22 henning Exp $
|
||||
--- symon/sm_io.c.orig Sun Mar 23 19:52:11 2003
|
||||
+++ symon/sm_io.c Sun Mar 23 19:52:52 2003
|
||||
@@ -55,7 +55,7 @@ static struct diskstats *io_dkstats = NU
|
||||
static char **io_dknames = NULL;
|
||||
static int io_dks = 0;
|
||||
static int io_maxdks = 0;
|
||||
-static int io_maxstr = 0;
|
||||
+static size_t io_maxstr = 0;
|
||||
|
||||
void
|
||||
gets_io()
|
@ -1,12 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/02/17 23:54:49 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/03/31 22:13:51 dhartmei Exp $
|
||||
@pkgcfl symon-*
|
||||
libexec/symon
|
||||
libexec/symux
|
||||
man/cat8/symon.0
|
||||
man/cat8/symux.0
|
||||
share/examples/symon/symon.conf
|
||||
share/examples/symon/symux.conf
|
||||
share/symon/c_smrrds.sh
|
||||
share/symon/symon.conf
|
||||
share/symon/symux.conf
|
||||
share/symon/web/class_cpu.inc
|
||||
share/symon/web/class_graph.inc
|
||||
share/symon/web/class_if.inc
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-mon,v 1.4 2003/02/17 23:54:49 naddy Exp $
|
||||
@comment $OpenBSD: PLIST-mon,v 1.5 2003/03/31 22:13:51 dhartmei Exp $
|
||||
@pkgcfl symon-[0-9]*
|
||||
libexec/symon
|
||||
man/cat8/symon.0
|
||||
share/symon/symon.conf
|
||||
share/examples/symon/symon.conf
|
||||
share/symon/c_config.sh
|
||||
@dirrm share/symon
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-mux,v 1.3 2003/02/17 23:54:49 naddy Exp $
|
||||
@comment $OpenBSD: PLIST-mux,v 1.4 2003/03/31 22:13:51 dhartmei Exp $
|
||||
@pkgcfl symon-[0-9]*
|
||||
libexec/symux
|
||||
man/cat8/symux.0
|
||||
share/symon/c_smrrds.sh
|
||||
share/symon/symux.conf
|
||||
share/examples/symon/symux.conf
|
||||
share/symon/client/getsymonitem.pl
|
||||
share/symon/client/SymuxClient.pm
|
||||
share/symon/client/SymuxClient.0
|
||||
|
Loading…
Reference in New Issue
Block a user