mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2465362b93
PR: ports/144384 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> Approved by: maintainer - Allow to work with rrdtool 1.4.x PR: ports/144876 Submitted by: Vincent Hoffman <vince@unsane.co.uk> Approved by: maintainer
12 lines
346 B
Raku
12 lines
346 B
Raku
--- libexec/NfSenRRD.pm.orig 2010-03-23 15:58:24.953252437 +0000
|
|
+++ libexec/NfSenRRD.pm 2010-03-23 15:58:35.624042719 +0000
|
|
@@ -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.4 ) {
|
|
+ if ( $rrd_version >= 1.2 && $rrd_version < 1.5 ) {
|
|
$RRDoffset = 67;
|
|
}
|
|
|