From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 29 14:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5DB8529D for ; Sun, 29 Sep 2013 14:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3BFAA28DA for ; Sun, 29 Sep 2013 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8TEK1kB045571 for ; Sun, 29 Sep 2013 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8TEK1Pa045570; Sun, 29 Sep 2013 14:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 29 Sep 2013 14:20:01 GMT Resent-Message-Id: <201309291420.r8TEK1Pa045570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dirk Engling Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3AB68272 for ; Sun, 29 Sep 2013 14:15:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1452A28C7 for ; Sun, 29 Sep 2013 14:15:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8TEFca9079723 for ; Sun, 29 Sep 2013 14:15:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8TEFcnv079722; Sun, 29 Sep 2013 14:15:38 GMT (envelope-from nobody) Message-Id: <201309291415.r8TEFcnv079722@oldred.freebsd.org> Date: Sun, 29 Sep 2013 14:15:38 GMT From: Dirk Engling To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182487: New port sysutils/minimunin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 14:20:01 -0000 >Number: 182487 >Category: ports >Synopsis: New port sysutils/minimunin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 29 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dirk Engling >Release: FreeBSD-9.1 >Organization: >Environment: >Description: A tiny munin-node implementation for FreeBSD written in pure bourne shell providing basic plugin support >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # #>--minimunin #>--minimunin/pkg-message #>--minimunin/pkg-descr #>--minimunin/Makefile #>--minimunin/distinfo # echo c - minimunin mkdir -p minimunin > /dev/null 2>&1 echo x - minimunin/pkg-message sed 's/^X//' >minimunin/pkg-message << 'e020bdac584d04f5986bf3d4b09d24eb' X***************************************************************** XTo activate minimunin, add the line X X munin stream tcp nowait nobody /usr/libexec/tcpd /usr/local/bin/minimunin X Xto your /etc/inetd.conf. Alternatively, if you plan to run plugins that require Xroot permissions (e.g. for changing to a different user via the plugin config), Xadd X X munin stream tcp nowait root /usr/libexec/tcpd /usr/local/bin/minimunin X Xto your /etc/inetd.conf. In both cases you need to enable inetd by setting X X inetd_enable="YES" X Xin your /etc/rc.conf and restart inetd with the X X service inetd start X Xcommand. You may also want to restrict access to your munin node via the X/etc/hosts.allow and /etc/hosts.deny configuration files. X X***************************************************************** e020bdac584d04f5986bf3d4b09d24eb echo x - minimunin/pkg-descr sed 's/^X//' >minimunin/pkg-descr << '2d06a5047a37f4d63042c91a45fef3f0' XA tiny munin-node implementation for FreeBSD written in pure bourne shell providing basic plugin support X XWWW: http://erdgeist.org/arts/software/minimunin/ 2d06a5047a37f4d63042c91a45fef3f0 echo x - minimunin/Makefile sed 's/^X//' >minimunin/Makefile << 'b9ff947a57326f03bf1683f7677332f6' X# Created by: Dirk Engling X# $FreeBSD: $ X XPORTNAME=>-minimunin XPORTVERSION=>--0.1 XCATEGORIES=>---sysutils XMASTER_SITES=>-http://erdgeist.org/arts/software/minimunin/ X XMAINTAINER=>---erdgeist@erdgeist.org XCOMMENT=>--A tiny munin-node implementation for FreeBSD written in pure bourne shell providing basic plugin support X XUSE_BZIP2=>yes X XPLIST_FILES=>--bin/minimunin X XNO_STAGE=>-yes X.include X Xpost-install: X>--@${ECHO_CMD} "updating ${ROOTDIR}/etc/services" X>--@${CP} ${ROOTDIR}/etc/services ${ROOTDIR}/etc/services.bak X>--@(grep -v '^munin ' ${ROOTDIR}/etc/services.bak; \ X>--${ECHO_CMD} "munin 4949/tcp #munin node"; ) \ X>--> ${ROOTDIR}/etc/services X>--@${CAT} ${PKGMESSAGE} X X.include b9ff947a57326f03bf1683f7677332f6 echo x - minimunin/distinfo sed 's/^X//' >minimunin/distinfo << 'b60f07e2ab225ea65b060caad102a6d8' XSHA256 (minimunin-0.1.tar.bz2) = 0792db2b5cfde82d27eb5707253a776c26bea35b50e36be48a9c85c17ea3da64 XSIZE (minimunin-0.1.tar.bz2) = 4611 b60f07e2ab225ea65b060caad102a6d8 exit >Release-Note: >Audit-Trail: >Unformatted: