diff options
author | abs <abs> | 2003-04-03 20:40:20 +0000 |
---|---|---|
committer | abs <abs> | 2003-04-03 20:40:20 +0000 |
commit | e9feb3c2201c5884bfcf6034b21b54fc0bedcb94 (patch) | |
tree | 4866bbcc7e156ff130a1cb7e9fb2af7579d3ff22 /net/mrstat/Makefile | |
parent | 298ab86badee385f519bd303fb781251af4179d9 (diff) | |
download | pkgsrc-e9feb3c2201c5884bfcf6034b21b54fc0bedcb94.tar.gz |
Update mrstat to 1.16:
Implement '-e' to specify an external domain for displaying
names and IP addresses. Can combine with '-d' to allow mrstat
to check one set of names and IP addresses and report another.
Diffstat (limited to 'net/mrstat/Makefile')
-rw-r--r-- | net/mrstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrstat/Makefile b/net/mrstat/Makefile index e76d31a1e53..e32ecbf48f9 100644 --- a/net/mrstat/Makefile +++ b/net/mrstat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/27 09:03:44 abs Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/03 20:40:20 abs Exp $ # -DISTNAME= mrstat-1.15 +DISTNAME= mrstat-1.16 CATEGORIES= net MASTER_SITES= http://www.mono.org/abs/tools/mrstat/ |