diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-03-02 14:34:08 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-03-02 14:34:08 +0000 |
commit | 6f4e4a1f0e9252d1c0341fe4c788df2ae9d723e0 (patch) | |
tree | ae66afc3a0bea9988944200ee8a5024589659581 /net/pload | |
parent | cd9924f2b4b2e86c88c61f82d63a979e5ac4ec1b (diff) | |
download | pkgsrc-6f4e4a1f0e9252d1c0341fe4c788df2ae9d723e0.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 |