aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm
blob: c65fd99acc99a3ee19d95f82c59c71d6587189a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libexec/NfSenRRD.pm.orig	2017-01-27 22:36:32 UTC
+++ libexec/NfSenRRD.pm
@@ -73,7 +73,7 @@ sub GetRRDoffset {
 	if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
 		$RRDoffset = 77;
 	}
-	if ( $rrd_version >= 1.2 && $rrd_version < 1.6 ) {
+	if ( $rrd_version >= 1.2 {
 		$RRDoffset = 67;
 	}