summaryrefslogtreecommitdiff
path: root/sysutils/munin-node
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-17 18:58:34 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-17 18:58:34 +0000
commit7f5c3dd790e6c1985f1e5be0c526952d87fa9417 (patch)
treecb2c91bbc9946be40a24f7c8a8e4cb27d9e1b477 /sysutils/munin-node
parent9299a4dcfeb983fd81f9a377d14317dec45f28af (diff)
downloadpkgsrc-7f5c3dd790e6c1985f1e5be0c526952d87fa9417.tar.gz
Fix bash script to require only sh. Bump revision.
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r--sysutils/munin-node/Makefile4
-rw-r--r--sysutils/munin-node/distinfo3
-rw-r--r--sysutils/munin-node/patches/patch-ah19
3 files changed, 23 insertions, 3 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index f830394d3ba..b684f449cdd 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -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 --git a/sysutils/munin-node/distinfo b/sysutils/munin-node/distinfo
index 37eb2ca6cf8..8f3ff7991c6 100644
--- a/sysutils/munin-node/distinfo
+++ b/sysutils/munin-node/distinfo
@@ -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-ad) = a584035e8c2f1839e6dda2a9483004753db01e87
SHA1 (patch-ae) = 63b6acf126bc8baaed0ff429cfa0fa63945e5915
SHA1 (patch-af) = 094aa38a177778e6df7310a0e61839c08de7dc20
SHA1 (patch-ag) = d33ff87fae5bef1fb2dd1f12838471b7a7a42fbf
+SHA1 (patch-ah) = bd2516b8961c04dd418677f7efb2b6589db15d2e
diff --git a/sysutils/munin-node/patches/patch-ah b/sysutils/munin-node/patches/patch-ah
new file mode 100644
index 00000000000..73aed07c184
--- /dev/null
+++ b/sysutils/munin-node/patches/patch-ah
@@ -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'