aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm b/net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm
new file mode 100644
index 000000000000..1cebf68d328c
--- /dev/null
+++ b/net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm
@@ -0,0 +1,11 @@
+--- libexec/NfSenRRD.pm.orig 2008-08-05 10:49:34.000000000 +0100
++++ libexec/NfSenRRD.pm 2008-08-05 10:50:13.000000000 +0100
+@@ -73,7 +73,7 @@
+ if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
+ $RRDoffset = 77;
+ }
+- if ( $rrd_version >= 1.2 && $rrd_version < 1.3 ) {
++ if ( $rrd_version >= 1.2 && $rrd_version < 1.4 ) {
+ $RRDoffset = 67;
+ }
+