summaryrefslogtreecommitdiff
path: root/net/mrtg/patches
diff options
context:
space:
mode:
authormartti <martti>2003-12-07 13:53:32 +0000
committermartti <martti>2003-12-07 13:53:32 +0000
commit7c7401bcbc0c5766b528baec8df341fde5311bd1 (patch)
tree6e70fc36b6269c3ceb3eb953ea0d594f78fb64b3 /net/mrtg/patches
parent47ef564cb21d4d247cd0ba10bbb86709a95e9b91 (diff)
downloadpkgsrc-7c7401bcbc0c5766b528baec8df341fde5311bd1.tar.gz
Updated mrtg to 2.10.11
* lots of bug fixes
Diffstat (limited to 'net/mrtg/patches')
-rw-r--r--net/mrtg/patches/patch-aa8
-rw-r--r--net/mrtg/patches/patch-ad18
2 files changed, 13 insertions, 13 deletions
diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa
index 19c2b291d3d..ac7800df953 100644
--- a/net/mrtg/patches/patch-aa
+++ b/net/mrtg/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.14 2003/10/05 12:02:52 martti Exp $
+$NetBSD: patch-aa,v 1.15 2003/12/07 13:53:32 martti Exp $
---- configure.orig Fri Sep 12 00:16:20 2003
-+++ configure Sun Oct 5 12:58:03 2003
-@@ -3241,7 +3241,7 @@
+--- configure.orig Fri Dec 5 00:11:29 2003
++++ configure Sun Dec 7 15:36:34 2003
+@@ -3526,7 +3526,7 @@
fi;
diff --git a/net/mrtg/patches/patch-ad b/net/mrtg/patches/patch-ad
index 3809a7db8fa..92978f00b43 100644
--- a/net/mrtg/patches/patch-ad
+++ b/net/mrtg/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.5 2003/10/05 12:02:52 martti Exp $
+$NetBSD: patch-ad,v 1.6 2003/12/07 13:53:32 martti Exp $
---- bin/mrtg.orig Fri Sep 12 00:15:22 2003
-+++ bin/mrtg Sun Oct 5 13:02:06 2003
-@@ -666,8 +666,8 @@
+--- bin/mrtg.orig Fri Dec 5 19:56:57 2003
++++ bin/mrtg Sun Dec 7 15:36:59 2003
+@@ -685,8 +685,8 @@
########## rrdtool users have left here ###############
((($MRTG_lib::OS eq 'NT' || $MRTG_lib::OS eq 'OS2') && (-e "${FindBin::Bin}${MRTG_lib::SL}rateup.exe")) ||
@@ -12,17 +12,17 @@ $NetBSD: patch-ad,v 1.5 2003/10/05 12:02:52 martti Exp $
+ die "ERROR: Can't Execute '__PREFIX__/libexec/rateup'\n";
# rateup does not know about undef so we make inlast and outlast ready for rateup
- warn "ERROR: inlast is undefined. Skipping $router\n" unless defined $inlast;
-@@ -675,7 +675,7 @@
- return undef unless defined $inlast and defined $outlast;
-
+ #warn "ERROR: inlast is undefined. Skipping $router\n" unless defined $inlast;
+@@ -698,7 +698,7 @@
+ $outlast = -1 unless defined $outlast;
+
if ($$rcfg{'options'}{'dorelpercent'}{$router}) {
- @exec = ("${FindBin::Bin}${MRTG_lib::SL}rateup",
+ @exec = ("__PREFIX__/libexec/rateup",
"$$cfg{'logdir'}$$rcfg{'directory'}{$router}","$router",
$time, $$rcfg{'options'}{'unknaszero'}{$router} ? '-z':'-Z',
"$up_abs"."p", $inlast, $outlast, $absmax,
-@@ -684,7 +684,7 @@
+@@ -707,7 +707,7 @@
$$rcfg{'rgb5'}{$router});
} else {