From owner-svn-ports-all@FreeBSD.ORG Thu Dec 6 20:11:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 771AAA14; Thu, 6 Dec 2012 20:11:08 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7A6D48FC1D; Thu, 6 Dec 2012 20:11:07 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so3439647bkc.13 for ; Thu, 06 Dec 2012 12:11:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=YSai3w1hbUDCgRZ17ESMWADjJAIC329VZuNQmtGlpew=; b=mq+AeJByiSmL3Z0kFbWHGR/VGRpUmL9KdQ7zNcy392V8yDCcFCoHd6aVe+Xeo98/ER J5e2bJgHx1Ij4JeDq6b94nu/4aJI0r7Qvy/EhME1k+QgPcxrtB+s7tGgOwH7N5ZE+hgH ZJXjw2vgdrbrLpiXG5u6+nv40JN9RE2jIihT8MukQNnt02lLQF2bgLLTdEvqrt5suI/+ qmcHH+hkJztYVKz96LSdb6I8tEoPlXTeqJ08gCcBI+eQsKoBE7RBtCOWJxThxUYxjC+y fd59R5z/nPSPoLKVc4ubUoVJqdfB+Syu3PqVtchDjgHd8dwLWdEefmmTSi1uBDXMdK5N RvZw== Received: by 10.204.143.147 with SMTP id v19mr1129149bku.32.1354824666371; Thu, 06 Dec 2012 12:11:06 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.167.71 with HTTP; Thu, 6 Dec 2012 12:10:36 -0800 (PST) In-Reply-To: <201212061427.qB6ERSlR064455@svn.freebsd.org> References: <201212061427.qB6ERSlR064455@svn.freebsd.org> From: Chris Rees Date: Thu, 6 Dec 2012 20:10:36 +0000 X-Google-Sender-Auth: u3q-mmNgaIzqi0yvW2sRbN8t3fI Message-ID: Subject: Re: svn commit: r308385 - in head/sysutils: munin-common munin-master munin-node/files To: Florian Smeets Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" 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, 06 Dec 2012 20:11:08 -0000 On 6 December 2012 14:27, Florian Smeets wrote: > Author: flo > Date: Thu Dec 6 14:27:28 2012 > New Revision: 308385 > URL: http://svnweb.freebsd.org/changeset/ports/308385 > > Log: > - update to 2.0.9 > - use correct pidfile for munin-sched rc script [1] > - munin-cgi-graph requires FCGI [2] > > Submitted by: Geoffroy Desvernay [1] > Sergey V. Dyatko [2] > Feature safe: yes > > Modified: > head/sysutils/munin-common/distinfo > head/sysutils/munin-common/munin.mk > head/sysutils/munin-common/pkg-plist > head/sysutils/munin-master/Makefile > head/sysutils/munin-master/pkg-plist > head/sysutils/munin-node/files/munin-node.in (contents, props changed) > head/sysutils/munin-node/files/munin-sched.in > head/sysutils/munin-node/files/patch-node__sbin__munin-node http://www.bayofrum.net/~crees/patches/munin-rc-script.diff This patch contains several fixes to make the rc scripts run faster. Also, from my limited digging, it doesn't appear that munin-node-revive.sh.in is actually installed-- is it still useful? Chris