diff options
author | shattered <shattered@pkgsrc.org> | 2009-01-04 20:03:21 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-01-04 20:03:21 +0000 |
commit | 03500450169fab73a04beffd0a4375b7bd3cf0c5 (patch) | |
tree | 08cceb025dbc642197ee22bf9c69b0a567ecc47f /net/pload/Makefile | |
parent | 9a3ea29551c08f3d460cc1f764b35a1dbbf3c4fe (diff) | |
download | pkgsrc-03500450169fab73a04beffd0a4375b7bd3cf0c5.tar.gz |
Store traffic counters in u_quad_t to avoid overflow. Closes PR 38168.
Take maintainership.
OK by wiz@.
Diffstat (limited to 'net/pload/Makefile')
-rw-r--r-- | net/pload/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index 86f6e944d7b..90ed08324a5 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.22 2008/11/10 17:21:37 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2009/01/04 20:03:21 shattered Exp $ # DISTNAME= pload-0.9.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/ppp/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= shattered@NetBSD.org HOMEPAGE= http://web.archive.org/web/20050305142516/http://www.engr.utk.edu/~mdsmith/pload/ COMMENT= PPP monitor for X11, monitoring totals and current in/out rates |