~ubuntu-branches/ubuntu/natty/munin/natty

« back to all changes in this revision

Viewing changes to debian/patches/101-dash-bash-fw_conntrack.patch

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-10-15 14:16:41 UTC
  • mfrom: (8.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20101015141641-9rqcicw8dkewkqr4
Tags: 1.4.5-3ubuntu1
* Merge from debian unstable. (LP: #661505)  Remaining changes:
  - debian/rules: Remove sysvinit symlinks.
  - debian/control: Add libwww-perl as a dependency.
  - debian/rules, debian/munin-node.upstart. Convert to upstart

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Debian specific patch. dash has a bug
 
2
 (http://bugs.debian.org/595063), where read() builtin doesn't work with /proc
 
3
 files containing an integer value.
 
4
 
 
5
 Using bash instead of dash solves the problem for this plugin.
 
6
 
 
7
 Once dash fixes this issue, this patch can be removed.
 
8
Origin: other
 
9
Bug-Debian: http://bugs.debian.org/594695
 
10
Forwarded: no
 
11
Author: Tom Feiner <feiner.tom@gmail.com>
 
12
Last-Update: 2010-09-01
 
13
Index: munin-1.4.5/plugins/node.d.linux/fw_conntrack.in
 
14
===================================================================
 
15
--- munin-1.4.5.orig/plugins/node.d.linux/fw_conntrack.in       (revision 3824)
 
16
+++ munin-1.4.5/plugins/node.d.linux/fw_conntrack.in    (working copy)
 
17
@@ -1,4 +1,4 @@
 
18
-#!@@GOODSH@@
 
19
+#!@@BASH@@
 
20
 # -*- sh -*-
 
21
 
 
22
 : << =cut