ports/net/nfsen/patches/patch-libexec_NfSenRRD_pm

13 lines
298 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: libexec/NfSenRRD.pm
--- libexec/NfSenRRD.pm.orig
+++ 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;
}