packages: munin/munin-plugins.patch - fix problems with `command` in comments
baggins
baggins at pld-linux.org
Thu Jan 28 10:45:06 CET 2010
Author: baggins Date: Thu Jan 28 09:45:06 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fix problems with `command` in comments
---- Files affected:
packages/munin:
munin-plugins.patch (1.35 -> 1.36)
---- Diffs:
================================================================
Index: packages/munin/munin-plugins.patch
diff -u packages/munin/munin-plugins.patch:1.35 packages/munin/munin-plugins.patch:1.36
--- packages/munin/munin-plugins.patch:1.35 Wed Dec 16 13:30:43 2009
+++ packages/munin/munin-plugins.patch Thu Jan 28 10:45:00 2010
@@ -903,6 +903,17 @@
print "$_.label $_\n" foreach @drives;
--- munin-1.4.0/plugins/node.d.linux/vserver_cpu_.in~ 2009-11-27 12:17:05.000000000 +0100
+++ munin-1.4.0/plugins/node.d.linux/vserver_cpu_.in 2009-11-30 23:37:51.904724363 +0100
+@@ -80,8 +80,8 @@
+ =item Less use of /proc
+
+ use /proc less often (100 times more overhead than talking to the
+-kernel directly) i.e. use something like pagesize=`perl -MPOSIX -e
+-'print POSIX::sysconf(_SC_PAGESIZE), "\n";'`
++kernel directly) i.e. use something like pagesize=\`perl -MPOSIX -e
++'print POSIX::sysconf(_SC_PAGESIZE), "\n";'\`
+
+ =back
+
@@ -209,11 +209,11 @@
NAME=`echo $LABEL | cut -d. -f1 | tr '-' '_'`
echo -n "${NAME}_$j.value "
@@ -1008,6 +1019,17 @@
--- munin/plugins/node.d.linux/vserver_resources.in~ 2008-11-28 18:36:22.000000000 +0100
+++ munin/plugins/node.d.linux/vserver_resources.in 2008-11-29 01:39:40.000000000 +0100
+@@ -151,8 +151,8 @@
+ =item Use /proc less often
+
+ use /proc less often (100 times more overhead than talking to the
+-kernel directly) i.e. use something like pagesize=`perl -MPOSIX -e
+-'print POSIX::sysconf(_SC_PAGESIZE), "\n";'`
++kernel directly) i.e. use something like pagesize=\`perl -MPOSIX -e
++'print POSIX::sysconf(_SC_PAGESIZE), "\n";'\`
+
+ =back
+
@@ -188,6 +188,12 @@
echo 'graph_vlabel ANON pages'
echo 'graph_info Shows anonymous memory (human readable) used by each vserver.'
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/munin/munin-plugins.patch?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list