From owner-svn-ports-all@FreeBSD.ORG Thu Apr 18 21:47:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A7541907; Thu, 18 Apr 2013 21:47:38 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1813CA; Thu, 18 Apr 2013 21:47:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3ILlc6Q020565; Thu, 18 Apr 2013 21:47:38 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3ILlcOS020561; Thu, 18 Apr 2013 21:47:38 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201304182147.r3ILlcOS020561@svn.freebsd.org> From: Florian Smeets Date: Thu, 18 Apr 2013 21:47:38 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 21:47:38 -0000 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 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