yuck, the comma is still missing, Okan Demirmen <okan@demirmen.com>
This commit is contained in:
parent
170503a80d
commit
5483748f78
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2007/02/06 14:46:25 henning Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2007/02/06 15:07:35 henning Exp $
|
||||
|
||||
COMMENT-main= "active monitoring tool"
|
||||
V= 2.73
|
||||
DISTNAME= symon-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
HOMEPAGE= http://www.xs4all.nl/~wpd/symon
|
||||
@ -25,7 +25,7 @@ FULLPKGNAME-mon= symon-mon-${V}
|
||||
COMMENT-mon= "active host monitor"
|
||||
LIB_DEPENDS-mon=
|
||||
# gatherer only package
|
||||
FULLPKGNAME-mux= symon-mux-${V}
|
||||
FULLPKGNAME-mux= symon-mux-${V}p0
|
||||
COMMENT-mux= "symon data gatherer"
|
||||
LIB_DEPENDS-mux= rrd:rrdtool-*:net/rrdtool
|
||||
|
||||
|
12
sysutils/symon/patches/patch-client_SymuxClient_pm
Normal file
12
sysutils/symon/patches/patch-client_SymuxClient_pm
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-client_SymuxClient_pm,v 1.3 2007/02/06 15:07:35 henning Exp $
|
||||
--- client/SymuxClient.pm.orig Mon Jan 2 09:11:14 2006
|
||||
+++ client/SymuxClient.pm Mon Jan 2 09:11:27 2006
|
||||
@@ -67,7 +67,7 @@ my $streamitem =
|
||||
io => {total_rxfers => 1, total_wxfers => 2, total_seeks => 3,
|
||||
total_rbytes => 4, total_rbytes => 5 },
|
||||
pfq => {sent_bytes => 1, sent_packets => 2, drop_bytes => 3,
|
||||
- drop_packets => 4}
|
||||
+ drop_packets => 4},
|
||||
df => {blocks => 1, bfree => 2, bavail => 3, files => 4, ffree => 5,
|
||||
syncwrites => 6, asyncwrites => 7}};
|
||||
sub new {
|
Loading…
Reference in New Issue
Block a user