Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 09C0070A58 for ; Thu, 25 Jul 2013 11:41:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5494614A13C; Thu, 25 Jul 2013 11:41:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4414314A136 for ; Thu, 25 Jul 2013 11:41:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PEIqvpZZzMdj for ; Thu, 25 Jul 2013 11:41:25 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B0A0514A114 for ; Thu, 25 Jul 2013 11:41:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AA21796; Thu, 25 Jul 2013 11:41:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 25 Jul 2013 11:41:25 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/sysutils/munin-node To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20130725114125.AA21796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: he Date: Thu Jul 25 11:41:25 UTC 2013 Modified Files: pkgsrc/sysutils/munin-node: Makefile PLIST Added Files: pkgsrc/sysutils/munin-node/files/node/node.d.netbsd: entropy.in Log Message: Add an entropy monitoring script for NetBSD. This script needs to run as root, so you need a ${SYSCONFDIR}/munin/plugin-conf.d/entropy file with [entropy] user root as contents to get any values. And... at the same time, I notice that the postfix_mailqueue script also needs a postfix plugin-conf.d file with [postfix_mailqueue] user postfix as contents to get any values. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/munin-node/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/munin-node/PLIST cvs rdiff -u -r0 -r1.1 \ pkgsrc/sysutils/munin-node/files/node/node.d.netbsd/entropy.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.