muninlite: refresh patches

Purely cosmetic changes only.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
Jonathan McCrohan
2015-11-11 23:45:12 +00:00
parent d7b9595482
commit 711500512e
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
--- a/plugins/df 2015-11-07 17:05:46.000000000 +0100
+++ b/plugins/df 2015-11-07 17:05:49.183925905 +0100
@@ -19,6 +19,6 @@
--- a/plugins/df
+++ b/plugins/df
@@ -19,6 +19,6 @@ fetch_df() {
do
PINFO=$(df -P $PART | tail -1);
PNAME=$(echo $PINFO | cut -d\ -f1 | sed 's/[\/.-]/_/g')