diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-09-25 17:35:41 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-09-25 17:35:41 +0000 |
commit | cd818112cf40b689f3ef2e7e80b76f243dd8f807 (patch) | |
tree | 77290fb0c955dcbe8dfd29c2b7c9c2f4923631e7 /net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm | |
parent | - Silence startup noise [1] (diff) |
- Update to 1.3.5
- Fix compatibility with nfdump 1.6.4
- Add LICENSE
PR: ports/159738
Submitted by: Mike Stupalov <landy2005@gmail.com>
Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=282380
Diffstat (limited to 'net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm')
-rw-r--r-- | net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm b/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm deleted file mode 100644 index 6b7a66f7b5d2..000000000000 --- a/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } - |