Date: Tue, 19 Jul 2016 14:01:23 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418792 - in head/sysutils: munin-common/files munin-node Message-ID: <201607191401.u6JE1ND5007561@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607191401.u6JE1ND5007561>