Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2013 21:47:38 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316077 - in head/sysutils/munin-node: . files
Message-ID:  <201304182147.r3ILlcOS020561@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Thu Apr 18 21:47:37 2013
New Revision: 316077
URL: http://svnweb.freebsd.org/changeset/ports/316077

Log:
  Fix munin-sched rc script
  
  PR:		ports/177950
  Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  Feature safe:	yes

Modified:
  head/sysutils/munin-node/Makefile
  head/sysutils/munin-node/files/munin-sched.in

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Thu Apr 18 21:46:02 2013	(r316076)
+++ head/sysutils/munin-node/Makefile	Thu Apr 18 21:47:37 2013	(r316077)
@@ -3,6 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node

Modified: head/sysutils/munin-node/files/munin-sched.in
==============================================================================
--- head/sysutils/munin-node/files/munin-sched.in	Thu Apr 18 21:46:02 2013	(r316076)
+++ head/sysutils/munin-node/files/munin-sched.in	Thu Apr 18 21:47:37 2013	(r316077)
@@ -31,7 +31,7 @@ stop_precmd=find_pidfile
 find_pidfile()
 {
 	if type get_pidfile_from_conf >/dev/null 2>&1 &&
-		get_pidfile_from_conf pid_file $munin_node_config; then
+		get_pidfile_from_conf pid_file $munin_sched_config; then
 	    pidfile="${_pidfile_from_conf%node*}sched"
 	    pidfile="${pidfile}${_pidfile_from_conf#*node}"
 	else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304182147.r3ILlcOS020561>