From owner-cvs-ports@FreeBSD.ORG Wed Mar 9 23:40:14 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3F106566B; Wed, 9 Mar 2011 23:40:14 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0178FC08; Wed, 9 Mar 2011 23:40:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p29NeERf064623; Wed, 9 Mar 2011 23:40:14 GMT (envelope-from flo@repoman.freebsd.org) Received: (from flo@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p29NeEHM064622; Wed, 9 Mar 2011 23:40:14 GMT (envelope-from flo) Message-Id: <201103092340.p29NeEHM064622@repoman.freebsd.org> From: Florian Smeets Date: Wed, 9 Mar 2011 23:40:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/munin-node Makefile ports/sysutils/munin-node/files patch-node__sbin__munin-node patch-node__sbin__munin-node-configure patch-node__sbin__munin-run X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2011 23:40:14 -0000 flo 2011-03-09 23:40:14 UTC FreeBSD ports repository Modified files: sysutils/munin-node Makefile Added files: sysutils/munin-node/files patch-node__sbin__munin-node patch-node__sbin__munin-node-configure patch-node__sbin__munin-run Log: - fix a bug where plugins would stop graping data after a SIGHUP to munin-node - prevent leftovers from sed and patch otherwise these would be installed also The problem is that munin-nodes runs in perl taint mode and after a SIGHUP p5-Net-Server thinks that the path is tainted and unsets the complete path, this causes all plugins which do not use an absolute path to utilities they call to fail. The fix is to set a well known good path. Obtained from: OpenBSD PR: ports/155109 Revision Changes Path 1.41 +9 -1 ports/sysutils/munin-node/Makefile 1.1 +12 -0 ports/sysutils/munin-node/files/patch-node__sbin__munin-node (new) 1.1 +13 -0 ports/sysutils/munin-node/files/patch-node__sbin__munin-node-configure (new) 1.1 +12 -0 ports/sysutils/munin-node/files/patch-node__sbin__munin-run (new)