diff options
author | hubertf <hubertf> | 1999-03-02 14:34:08 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-03-02 14:34:08 +0000 |
commit | fe94973eee3b5d119861b88fce14aa3d7c97e638 (patch) | |
tree | ae66afc3a0bea9988944200ee8a5024589659581 /net/pload | |
parent | 65ffa8ff1cc5e01dd07dbab1b03b77d9a5c1a810 (diff) | |
download | pkgsrc-fe94973eee3b5d119861b88fce14aa3d7c97e638.tar.gz |
Update to 0.9.3.
Changes: Added ability for Linux 2.2 to use /proc for
gathering stats, which allows monitoring any device that
reports bytes in/out to /proc/net/dev including ppp, eth, plip,
lo, etc... without any special accounting rules, fixed unsigned
"negative" number rate problem, rewrote back-end to be more
modular, added a -nochart option (labels only) and removed
fallback geometry.
Diffstat (limited to 'net/pload')
-rw-r--r-- | net/pload/Makefile | 4 | ||||
-rw-r--r-- | net/pload/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index 1d36432ce53..533d9e113bd 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:53 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/03/02 14:34:08 hubertf Exp $ # -DISTNAME= pload-0.9.2 +DISTNAME= pload-0.9.3 CATEGORIES= net x11 MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/ diff --git a/net/pload/files/md5 b/net/pload/files/md5 index c993671113d..04a57cc3b22 100644 --- a/net/pload/files/md5 +++ b/net/pload/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/01/14 23:37:40 hubertf Exp $ +$NetBSD: md5,v 1.3 1999/03/02 14:34:08 hubertf Exp $ -MD5 (pload-0.9.2.tar.gz) = 525b837166186e0da13e767830240a53 +MD5 (pload-0.9.3.tar.gz) = 083d09d6e53ab1fbe9382fe7bbf0b358 |