svn commit: r418792 - in head/sysutils: munin-common/files munin-node

Mathieu Arnold mat at FreeBSD.org
Tue Jul 19 14:01:25 UTC 2016


Author: mat
Date: Tue Jul 19 14:01:23 2016
New Revision: 418792
URL: https://svnweb.freebsd.org/changeset/ports/418792

Log:
  Fix ntp_states in certain cases.
  
  PR:		210716
  Submitted by:	takefu
  Sponsored by:	Absolight

Added:
  head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in   (contents, props changed)
Modified:
  head/sysutils/munin-node/Makefile   (contents, props changed)

Added: head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in	Tue Jul 19 14:01:23 2016	(r418792)
@@ -0,0 +1,10 @@
+--- plugins/node.d/ntp_states.in.orig	2014-11-24 21:46:24 UTC
++++ plugins/node.d/ntp_states.in
+@@ -53,6 +53,7 @@ my %stateval = (
+                  "excess"    => 2,
+                  "backup"    => 3,
+                  "outlyer"   => 4,
++                 "outlier"   => 4,
+                  "candidate" => 5,
+                  "sys.peer"  => 6,
+                  "pps.peer"  => 7

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Tue Jul 19 14:01:14 2016	(r418791)
+++ head/sysutils/munin-node/Makefile	Tue Jul 19 14:01:23 2016	(r418792)
@@ -3,7 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node


More information about the svn-ports-head mailing list