update to 2.60, introduces an mbuf statistics probe.

This commit is contained in:
dhartmei 2003-03-31 22:13:51 +00:00
parent 4dc2ed6221
commit 41dacd1074
6 changed files with 12 additions and 24 deletions

View File

@ -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" COMMENT= "active monitoring tool"
V= 2.58 V= 2.60
DISTNAME= symon-${V} DISTNAME= symon-${V}
CATEGORIES= sysutils net CATEGORIES= sysutils net

View File

@ -1,3 +1,3 @@
MD5 (symon-2.58.tar.gz) = c70b3c085912513033fc3593e87e5e31 MD5 (symon-2.60.tar.gz) = 8b57c61078faf5d5eaadef5f342d8306
RMD160 (symon-2.58.tar.gz) = 4eb4c6a848cbdc79d957b99d3cd03ef088672a15 RMD160 (symon-2.60.tar.gz) = 36650923c893b4521e4c9f584f2b547925a070ff
SHA1 (symon-2.58.tar.gz) = b870ad2ecb54229c1e9c7c0cd9da50d6550270fb SHA1 (symon-2.60.tar.gz) = c2f7dd6df28cd02a37d79358effefc262c74a5fa

View File

@ -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()

View File

@ -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-* @pkgcfl symon-*
libexec/symon libexec/symon
libexec/symux libexec/symux
man/cat8/symon.0 man/cat8/symon.0
man/cat8/symux.0 man/cat8/symux.0
share/examples/symon/symon.conf
share/examples/symon/symux.conf
share/symon/c_smrrds.sh share/symon/c_smrrds.sh
share/symon/symon.conf
share/symon/symux.conf
share/symon/web/class_cpu.inc share/symon/web/class_cpu.inc
share/symon/web/class_graph.inc share/symon/web/class_graph.inc
share/symon/web/class_if.inc share/symon/web/class_if.inc

View File

@ -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]* @pkgcfl symon-[0-9]*
libexec/symon libexec/symon
man/cat8/symon.0 man/cat8/symon.0
share/symon/symon.conf share/examples/symon/symon.conf
share/symon/c_config.sh share/symon/c_config.sh
@dirrm share/symon @dirrm share/symon

View File

@ -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]* @pkgcfl symon-[0-9]*
libexec/symux libexec/symux
man/cat8/symux.0 man/cat8/symux.0
share/symon/c_smrrds.sh share/symon/c_smrrds.sh
share/symon/symux.conf share/examples/symon/symux.conf
share/symon/client/getsymonitem.pl share/symon/client/getsymonitem.pl
share/symon/client/SymuxClient.pm share/symon/client/SymuxClient.pm
share/symon/client/SymuxClient.0 share/symon/client/SymuxClient.0