diff options
author | martti <martti@pkgsrc.org> | 2002-10-23 10:42:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-10-23 10:42:18 +0000 |
commit | c853165da485359e94b9acb52f3c34fa0a910f5d (patch) | |
tree | 817bbb2d57bdc941a14ba67874177bf3dfa458a4 /net/mrtg/Makefile | |
parent | b68af4c8e5fc89b693df30283356ddeedc40d3db (diff) | |
download | pkgsrc-c853165da485359e94b9acb52f3c34fa0a910f5d.tar.gz |
Updated mrtg to 2.9.25
* die gracefully when LANG is set to UTF-8 and give advice (RedHat 8)
* updated squid monitoring example
* Fixed indexmaker which got truncated during the last release process
* cosmetic tweaks for layout
* Use Snmp Session 0.93 with option avoid_negative_request_ids enabled
* Supress Posix Locales in the locale module ... people who have LANG
set to UTF-8 report very strange errors otherwhise.
* skip all queries to a host for one round when 1 query has returned undef.
* skip all trailing space in keys when matching interface by Name,
Description, Anything
* remove <br> before <hr> near pagetop
* make Includes search in directory of main config files as well as in
current directory
* addhead option for indexmaker
* fix for uptime for squid and other non standard devices
* indexmaker: improve handling of urls given with --rrdviewer
* improved chinese translation
Diffstat (limited to 'net/mrtg/Makefile')
-rw-r--r-- | net/mrtg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index cfd6b6c8c4c..f31c5b40d86 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2002/09/30 09:12:13 martti Exp $ +# $NetBSD: Makefile,v 1.32 2002/10/23 10:42:18 martti Exp $ # -DISTNAME= mrtg-2.9.22 +DISTNAME= mrtg-2.9.25 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ http://gd.tuwien.ac.at/infosys/network/tools/mrtg/pub/ \ |