pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/munin-node Fix bash script to require only sh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ff421f23fa2
branches:  trunk
changeset: 554657:9ff421f23fa2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 17 18:58:34 2009 +0000

description:
Fix bash script to require only sh. Bump revision.

diffstat:

 sysutils/munin-node/Makefile         |   4 ++--
 sysutils/munin-node/distinfo         |   3 ++-
 sysutils/munin-node/patches/patch-ah |  19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 66adca55d4f2 -r 9ff421f23fa2 sysutils/munin-node/Makefile
--- a/sysutils/munin-node/Makefile      Tue Feb 17 18:35:15 2009 +0000
+++ b/sysutils/munin-node/Makefile      Tue Feb 17 18:58:34 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2008/10/15 13:13:09 he Exp $
+# $NetBSD: Makefile,v 1.11 2009/02/17 18:58:34 joerg Exp $
 #
 
 DISTNAME=      munin_${VER}
 VER=           1.3.2
 PKGNAME=       munin-node-${VER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=munin/}
 
diff -r 66adca55d4f2 -r 9ff421f23fa2 sysutils/munin-node/distinfo
--- a/sysutils/munin-node/distinfo      Tue Feb 17 18:35:15 2009 +0000
+++ b/sysutils/munin-node/distinfo      Tue Feb 17 18:58:34 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/12/05 15:07:34 xtraeme Exp $
+$NetBSD: distinfo,v 1.6 2009/02/17 18:58:34 joerg Exp $
 
 SHA1 (munin_1.3.2.tar.gz) = 575c1dc3373e2e001accd1920fd815d9b875c95a
 RMD160 (munin_1.3.2.tar.gz) = 7bcc16d00ad28731041015ef240144ed0c4fdeb4
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = 63b6acf126bc8baaed0ff429cfa0fa63945e5915
 SHA1 (patch-af) = 094aa38a177778e6df7310a0e61839c08de7dc20
 SHA1 (patch-ag) = d33ff87fae5bef1fb2dd1f12838471b7a7a42fbf
+SHA1 (patch-ah) = bd2516b8961c04dd418677f7efb2b6589db15d2e
diff -r 66adca55d4f2 -r 9ff421f23fa2 sysutils/munin-node/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/munin-node/patches/patch-ah      Tue Feb 17 18:58:34 2009 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ah,v 1.1 2009/02/17 18:58:34 joerg Exp $
+
+--- node/node.d/exim_mailqueue_alt.in.orig     2009-02-17 19:55:26.000000000 +0100
++++ node/node.d/exim_mailqueue_alt.in
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ #
+ # Plugin to monitor Exim's mail queue
+ #
+@@ -31,7 +31,7 @@ QUEUECRIT=200
+ [ "$queuewarn" ] && QUEUEWARN=$queuewarn
+ [ "$queuecrit" ] && QUEUECRIT=$queuecrit
+ 
+-if [ "$1" == "config" ]; then
++if [ "$1" = "config" ]; then
+       echo 'graph_title Exim mailqueue'
+       echo 'graph_args --base 1000 -l 0'
+       echo 'graph_vlabel mails in queue'



Home | Main Index | Thread Index | Old Index